Html Css Color HEX #A028CE Dark Orchid

📋 copy color: '#A028CE'

red 160 ◦ green 40 ◦ blue 206

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

Shades of Dark Orchid #A028CE

Tints of Dark Orchid #A028CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 39.41%
G = 9.85%
B = 50.74%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A028CE (or 0xA028CE) is known color: Dark Orchid. HEX triplet: A0, 28 and CE. RGB value is (160,40,206). Sum of RGB (Red+Green+Blue) = 160+40+206=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #A028CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028CE is #5FD731. Grayscale: #5E5E5E. Windows color (decimal): -6281010 or 13510816. OLE color: 13510816.

HSL color Cylindrical-coordinate representation of color #A028CE: hue angle of 283.37º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A028CE is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 40 206 -
CMYK 0.22 0.81 0 0.19
HSL 283.37º 0.67% 0.48% -
HSV(B) 283.37º 0.81% 0.81% -
XYZ 26.4 13.45 59.6 -
YUV 94.8 190.76 174.5 -
System Red Green Blue C M Y K H S L
Decimal 160 40 206 0.22 0.81 0 0.19 283.37 0.67 0.48
Hex A0 28 CE 16 51 0 13 11B 43 30
Octal 240 50 316 26 121 0 23 433 103 60
Binary 10100000 101000 11001110 10110 1010001 0 10011 100011011 1000011 110000

Color Harmonies of #A028CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A028CE

Black with #A028CE

Text Example


Text Example

White with #A028CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A028CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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