Html Css Color HEX #A02DB8 Dark Orchid

📋 copy color: '#A02DB8'

red 160 ◦ green 45 ◦ blue 184

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

Shades of Dark Orchid #A02DB8

Tints of Dark Orchid #A02DB8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.57%

 BLUE value IS 184 (72.27% from 255) = 47.3%

R = 41.13%
G = 11.57%
B = 47.3%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A02DB8 (or 0xA02DB8) is known color: Dark Orchid. HEX triplet: A0, 2D and B8. RGB value is (160,45,184). Sum of RGB (Red+Green+Blue) = 160+45+184=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 184 (72.27% from 255 or 47.30% from 389); Max value from RGB is 184 - color contains mainly: blue. Hex color #A02DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02DB8 is #5FD247. Grayscale: #5E5E5E. Windows color (decimal): -6279752 or 12070304. OLE color: 12070304.

HSL color Cylindrical-coordinate representation of color #A02DB8: hue angle of 289.64º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02DB8 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 45 184 -
CMYK 0.13 0.76 0 0.28
HSL 289.64º 0.61% 0.45% -
HSV(B) 289.64º 0.76% 0.72% -
XYZ 24.09 12.81 46.55 -
YUV 95.23 178.1 174.2 -
System Red Green Blue C M Y K H S L
Decimal 160 45 184 0.13 0.76 0 0.28 289.64 0.61 0.45
Hex A0 2D B8 D 4C 0 1C 122 3D 2D
Octal 240 55 270 15 114 0 34 442 75 55
Binary 10100000 101101 10111000 1101 1001100 0 11100 100100010 111101 101101

Color Harmonies of #A02DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02DB8

Black with #A02DB8

Text Example


Text Example

White with #A02DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02DB8; }

 p { color: rgb(160,45,184); }

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

background-color css

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

 a { background-color: rgb(160,45,184); }

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

border-color css

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

 span { border-color: rgb(160,45,184); }

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