Html Css Color HEX #A02CBA Dark Orchid

📋 copy color: '#A02CBA'

red 160 ◦ green 44 ◦ blue 186

#A02CBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A02CBA

Tints of Dark Orchid #A02CBA

RGB

 RED value IS 160 (62.89% from 255) = 41.03%

 GREEN value IS 44 (17.58% from 255) = 11.28%

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 41.03%
G = 11.28%
B = 47.69%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A02CBA (or 0xA02CBA) is known color: Dark Orchid. HEX triplet: A0, 2C and BA. RGB value is (160,44,186). Sum of RGB (Red+Green+Blue) = 160+44+186=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #A02CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02CBA is #5FD345. Grayscale: #5E5E5E. Windows color (decimal): -6280006 or 12201120. OLE color: 12201120.

HSL color Cylindrical-coordinate representation of color #A02CBA: hue angle of 289.01º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02CBA is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 44 186 -
CMYK 0.14 0.76 0 0.27
HSL 289.01º 0.62% 0.45% -
HSV(B) 289.01º 0.76% 0.73% -
XYZ 24.26 12.82 47.65 -
YUV 94.87 179.43 174.45 -
System Red Green Blue C M Y K H S L
Decimal 160 44 186 0.14 0.76 0 0.27 289.01 0.62 0.45
Hex A0 2C BA E 4C 0 1B 121 3E 2D
Octal 240 54 272 16 114 0 33 441 76 55
Binary 10100000 101100 10111010 1110 1001100 0 11011 100100001 111110 101101

Color Harmonies of #A02CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02CBA

Black with #A02CBA

Text Example


Text Example

White with #A02CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02CBA; }

 p { color: rgb(160,44,186); }

 H1.HeaderClassName
 {
   color: #A02CBA;
 }
 .AnyTagClassName
 {
   color: #A02CBA;
 }
</style>

background-color css

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

 a { background-color: rgb(160,44,186); }

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

border-color css

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

 span { border-color: rgb(160,44,186); }

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