Html Css Color HEX #A02CDA Dark Orchid

📋 copy color: '#A02CDA'

red 160 ◦ green 44 ◦ blue 218

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

Shades of Dark Orchid #A02CDA

Tints of Dark Orchid #A02CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.66%

R = 37.91%
G = 10.43%
B = 51.66%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A02CDA (or 0xA02CDA) is known color: Dark Orchid. HEX triplet: A0, 2C and DA. RGB value is (160,44,218). Sum of RGB (Red+Green+Blue) = 160+44+218=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #A02CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02CDA is #5FD325. Grayscale: #616161. Windows color (decimal): -6279974 or 14298272. OLE color: 14298272.

HSL color Cylindrical-coordinate representation of color #A02CDA: hue angle of 280º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02CDA is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 44 218 -
CMYK 0.27 0.80 0 0.15
HSL 280º 0.7% 0.51% -
HSV(B) 280º 0.8% 0.85% -
XYZ 28.05 14.34 67.62 -
YUV 98.52 195.43 171.85 -
System Red Green Blue C M Y K H S L
Decimal 160 44 218 0.27 0.80 0 0.15 280 0.7 0.51
Hex A0 2C DA 1B 50 0 F 118 46 33
Octal 240 54 332 33 120 0 17 430 106 63
Binary 10100000 101100 11011010 11011 1010000 0 1111 100011000 1000110 110011

Color Harmonies of #A02CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02CDA

Black with #A02CDA

Text Example


Text Example

White with #A02CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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