Html Css Color HEX #A02CBB Dark Orchid

📋 copy color: '#A02CBB'

red 160 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #A02CBB

Tints of Dark Orchid #A02CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.83%

R = 40.92%
G = 11.25%
B = 47.83%

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

#A02CBB (or 0xA02CBB) is known color: Dark Orchid. HEX triplet: A0, 2C and BB. RGB value is (160,44,187). Sum of RGB (Red+Green+Blue) = 160+44+187=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #A02CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02CBB is #5FD344. Grayscale: #5E5E5E. Windows color (decimal): -6280005 or 12266656. OLE color: 12266656.

HSL color Cylindrical-coordinate representation of color #A02CBB: hue angle of 288.67º 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 #A02CBB is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 44 187 -
CMYK 0.14 0.76 0 0.27
HSL 288.67º 0.62% 0.45% -
HSV(B) 288.67º 0.76% 0.73% -
XYZ 24.37 12.86 48.21 -
YUV 94.99 179.93 174.37 -
System Red Green Blue C M Y K H S L
Decimal 160 44 187 0.14 0.76 0 0.27 288.67 0.62 0.45
Hex A0 2C BB E 4C 0 1B 121 3E 2D
Octal 240 54 273 16 114 0 33 441 76 55
Binary 10100000 101100 10111011 1110 1001100 0 11011 100100001 111110 101101

Color Harmonies of #A02CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02CBB

Black with #A02CBB

Text Example


Text Example

White with #A02CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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