Html Css Color HEX #A028DB Dark Orchid

📋 copy color: '#A028DB'

red 160 ◦ green 40 ◦ blue 219

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

Shades of Dark Orchid #A028DB

Tints of Dark Orchid #A028DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.55%

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 38.19%
G = 9.55%
B = 52.27%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A028DB (or 0xA028DB) is known color: Dark Orchid. HEX triplet: A0, 28 and DB. RGB value is (160,40,219). Sum of RGB (Red+Green+Blue) = 160+40+219=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #A028DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028DB is #5FD724. Grayscale: #5F5F5F. Windows color (decimal): -6280997 or 14362784. OLE color: 14362784.

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

Color convert

RGB 160 40 219 -
CMYK 0.27 0.82 0 0.14
HSL 280.22º 0.71% 0.51% -
HSV(B) 280.22º 0.82% 0.86% -
XYZ 28.04 14.11 68.26 -
YUV 96.29 197.26 173.45 -
System Red Green Blue C M Y K H S L
Decimal 160 40 219 0.27 0.82 0 0.14 280.22 0.71 0.51
Hex A0 28 DB 1B 52 0 E 118 47 33
Octal 240 50 333 33 122 0 16 430 107 63
Binary 10100000 101000 11011011 11011 1010010 0 1110 100011000 1000111 110011

Color Harmonies of #A028DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A028DB

Black with #A028DB

Text Example


Text Example

White with #A028DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A028DB; }

 p { color: rgb(160,40,219); }

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

background-color css

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

 a { background-color: rgb(160,40,219); }

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

border-color css

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

 span { border-color: rgb(160,40,219); }

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