Html Css Color HEX #A02CBE Dark Orchid

📋 copy color: '#A02CBE'

red 160 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #A02CBE

Tints of Dark Orchid #A02CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 40.61%
G = 11.17%
B = 48.22%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A02CBE (or 0xA02CBE) is known color: Dark Orchid. HEX triplet: A0, 2C and BE. RGB value is (160,44,190). Sum of RGB (Red+Green+Blue) = 160+44+190=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #A02CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02CBE is #5FD341. Grayscale: #5E5E5E. Windows color (decimal): -6280002 or 12463264. OLE color: 12463264.

HSL color Cylindrical-coordinate representation of color #A02CBE: hue angle of 287.67º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02CBE is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 44 190 -
CMYK 0.16 0.77 0 0.25
HSL 287.67º 0.62% 0.46% -
HSV(B) 287.67º 0.77% 0.75% -
XYZ 24.69 12.99 49.92 -
YUV 95.33 181.43 174.13 -
System Red Green Blue C M Y K H S L
Decimal 160 44 190 0.16 0.77 0 0.25 287.67 0.62 0.46
Hex A0 2C BE 10 4D 0 19 120 3E 2E
Octal 240 54 276 20 115 0 31 440 76 56
Binary 10100000 101100 10111110 10000 1001101 0 11001 100100000 111110 101110

Color Harmonies of #A02CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02CBE

Black with #A02CBE

Text Example


Text Example

White with #A02CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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