#A92CCA

Color #A92CCA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A92CCA

Tints of Dark Orchid #A92CCA

Color information

#A92CCA (or 0xA92CCA) is unknown color: approx Dark Orchid. HEX triplet: A9, 2C and CA. RGB value is (169,44,202). Sum of RGB (Red+Green+Blue) = 169+44+202=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #A92CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A92CCA is #56D335. Grayscale: #626262. Windows color (decimal): -5690166 or 13249705. OLE color: 13249705.

HSL color Cylindrical-coordinate representation of color #A92CCA: hue angle of 287.47º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A92CCA is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16944202-
CMYK0.160.7800.21
HSL287.47º64.23%48.24%-
HSV(B)287.47º78.22%79.22%-
XYZ27.9214.557.2-
YUV99.39185.91177.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 44 (17.58% from 255) = 10.60%
BLUE value IS 202 (79.30% from 255) = 48.67%
R=40.72%
G=10.60%
B=48.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169442020.160.7800.21287.4764.2348.24
HexA92CCA104E01511f4030
Octal251543122011602543710060
Binary10101001101100110010101000010011100101011000111111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92CCA; }

 p { color: rgb(169,44,202); }

 H1.HeaderClassName
 {
   color: #A92CCA;
 }
 .AnyTagClassName
 {
   color: #A92CCA;
 }
</style>
background-color css

<style>
 a { background-color: #A92CCA; }

 a { background-color: rgb(169,44,202); }

 div.DivClassName
 {
   background-color: #A92CCA;
 }
 .BgClassName
 {
   background-color: #A92CCA;
 }
</style>
border-color css

<style>
 span { border-color: #A92CCA; }

 span { border-color: rgb(169,44,202); }

 td.TdClassName
 {
   border-color: #A92CCA;
 }
 .TagClassName
 {
   border-color: #A92CCA;
 }
</style>