Html Css Color HEX #A028DC Dark Orchid

📋 copy color: '#A028DC'

red 160 ◦ green 40 ◦ blue 220

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

Shades of Dark Orchid #A028DC

Tints of Dark Orchid #A028DC

RGB

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

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

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

R = 38.1%
G = 9.52%
B = 52.38%

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

#A028DC (or 0xA028DC) is known color: Dark Orchid. HEX triplet: A0, 28 and DC. RGB value is (160,40,220). Sum of RGB (Red+Green+Blue) = 160+40+220=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #A028DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028DC is #5FD723. Grayscale: #5F5F5F. Windows color (decimal): -6280996 or 14428320. OLE color: 14428320.

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

Color convert

RGB 160 40 220 -
CMYK 0.27 0.82 0 0.14
HSL 280º 0.72% 0.51% -
HSV(B) 280º 0.82% 0.86% -
XYZ 28.17 14.16 68.96 -
YUV 96.4 197.76 173.36 -
System Red Green Blue C M Y K H S L
Decimal 160 40 220 0.27 0.82 0 0.14 280 0.72 0.51
Hex A0 28 DC 1B 52 0 E 118 48 33
Octal 240 50 334 33 122 0 16 430 110 63
Binary 10100000 101000 11011100 11011 1010010 0 1110 100011000 1001000 110011

Color Harmonies of #A028DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A028DC

Black with #A028DC

Text Example


Text Example

White with #A028DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A028DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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