Html Css Color HEX #A02BDC Dark Orchid

📋 copy color: '#A02BDC'

red 160 ◦ green 43 ◦ blue 220

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

Shades of Dark Orchid #A02BDC

Tints of Dark Orchid #A02BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.17%

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

R = 37.83%
G = 10.17%
B = 52.01%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A02BDC (or 0xA02BDC) is known color: Dark Orchid. HEX triplet: A0, 2B and DC. RGB value is (160,43,220). Sum of RGB (Red+Green+Blue) = 160+43+220=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #A02BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02BDC is #5FD423. Grayscale: #616161. Windows color (decimal): -6280228 or 14429088. OLE color: 14429088.

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

Color convert

RGB 160 43 220 -
CMYK 0.27 0.80 0 0.14
HSL 279.66º 0.72% 0.52% -
HSV(B) 279.66º 0.8% 0.86% -
XYZ 28.28 14.37 68.99 -
YUV 98.16 196.76 172.11 -
System Red Green Blue C M Y K H S L
Decimal 160 43 220 0.27 0.80 0 0.14 279.66 0.72 0.52
Hex A0 2B DC 1B 50 0 E 118 48 34
Octal 240 53 334 33 120 0 16 430 110 64
Binary 10100000 101011 11011100 11011 1010000 0 1110 100011000 1001000 110100

Color Harmonies of #A02BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02BDC

Black with #A02BDC

Text Example


Text Example

White with #A02BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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