Html Css Color HEX #A02BDE Dark Orchid

📋 copy color: '#A02BDE'

red 160 ◦ green 43 ◦ blue 222

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

Shades of Dark Orchid #A02BDE

Tints of Dark Orchid #A02BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.24%

R = 37.65%
G = 10.12%
B = 52.24%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A02BDE (or 0xA02BDE) is known color: Dark Orchid. HEX triplet: A0, 2B and DE. RGB value is (160,43,222). Sum of RGB (Red+Green+Blue) = 160+43+222=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #A02BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02BDE is #5FD421. Grayscale: #616161. Windows color (decimal): -6280226 or 14560160. OLE color: 14560160.

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

Color convert

RGB 160 43 222 -
CMYK 0.28 0.81 0 0.13
HSL 279.22º 0.73% 0.52% -
HSV(B) 279.22º 0.81% 0.87% -
XYZ 28.55 14.48 70.4 -
YUV 98.39 197.76 171.95 -
System Red Green Blue C M Y K H S L
Decimal 160 43 222 0.28 0.81 0 0.13 279.22 0.73 0.52
Hex A0 2B DE 1C 51 0 D 117 49 34
Octal 240 53 336 34 121 0 15 427 111 64
Binary 10100000 101011 11011110 11100 1010001 0 1101 100010111 1001001 110100

Color Harmonies of #A02BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02BDE

Black with #A02BDE

Text Example


Text Example

White with #A02BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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