Html Css Color HEX #A02CDD Dark Orchid

📋 copy color: '#A02CDD'

red 160 ◦ green 44 ◦ blue 221

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

Shades of Dark Orchid #A02CDD

Tints of Dark Orchid #A02CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52%

R = 37.65%
G = 10.35%
B = 52%

CMYK

 C value IS 0.28

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A02CDD (or 0xA02CDD) is known color: Dark Orchid. HEX triplet: A0, 2C and DD. RGB value is (160,44,221). Sum of RGB (Red+Green+Blue) = 160+44+221=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #A02CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02CDD is #5FD322. Grayscale: #626262. Windows color (decimal): -6279971 or 14494880. OLE color: 14494880.

HSL color Cylindrical-coordinate representation of color #A02CDD: hue angle of 279.32º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02CDD is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 44 221 -
CMYK 0.28 0.80 0 0.13
HSL 279.32º 0.72% 0.52% -
HSV(B) 279.32º 0.8% 0.87% -
XYZ 28.45 14.5 69.71 -
YUV 98.86 196.93 171.61 -
System Red Green Blue C M Y K H S L
Decimal 160 44 221 0.28 0.80 0 0.13 279.32 0.72 0.52
Hex A0 2C DD 1C 50 0 D 117 48 34
Octal 240 54 335 34 120 0 15 427 110 64
Binary 10100000 101100 11011101 11100 1010000 0 1101 100010111 1001000 110100

Color Harmonies of #A02CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02CDD

Black with #A02CDD

Text Example


Text Example

White with #A02CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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