Html Css Color HEX #A02CDC Dark Orchid

📋 copy color: '#A02CDC'

red 160 ◦ green 44 ◦ blue 220

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

Shades of Dark Orchid #A02CDC

Tints of Dark Orchid #A02CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 37.74%
G = 10.38%
B = 51.89%

CMYK

 C value IS 0.27

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A02CDC (or 0xA02CDC) is known color: Dark Orchid. HEX triplet: A0, 2C and DC. RGB value is (160,44,220). Sum of RGB (Red+Green+Blue) = 160+44+220=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #A02CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02CDC is #5FD323. Grayscale: #626262. Windows color (decimal): -6279972 or 14429344. OLE color: 14429344.

HSL color Cylindrical-coordinate representation of color #A02CDC: hue angle of 279.55º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02CDC is Cyan = 0.27, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 44 220 -
CMYK 0.27 0.8 0 0.14
HSL 279.55º 0.72% 0.52% -
HSV(B) 279.55º 0.8% 0.86% -
XYZ 28.32 14.44 69.01 -
YUV 98.75 196.43 171.69 -
System Red Green Blue C M Y K H S L
Decimal 160 44 220 0.27 0.8 0 0.14 279.55 0.72 0.52
Hex A0 2C DC 1B 50 0 E 118 48 34
Octal 240 54 334 33 120 0 16 430 110 64
Binary 10100000 101100 11011100 11011 1010000 0 1110 100011000 1001000 110100

Color Harmonies of #A02CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02CDC

Black with #A02CDC

Text Example


Text Example

White with #A02CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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