Html Css Color HEX #A028D6 Dark Orchid

📋 copy color: '#A028D6'

red 160 ◦ green 40 ◦ blue 214

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

Shades of Dark Orchid #A028D6

Tints of Dark Orchid #A028D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.69%

R = 38.65%
G = 9.66%
B = 51.69%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A028D6 (or 0xA028D6) is known color: Dark Orchid. HEX triplet: A0, 28 and D6. RGB value is (160,40,214). Sum of RGB (Red+Green+Blue) = 160+40+214=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 214 (83.98% from 255 or 51.69% from 414); Max value from RGB is 214 - color contains mainly: blue. Hex color #A028D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028D6 is #5FD729. Grayscale: #5F5F5F. Windows color (decimal): -6281002 or 14035104. OLE color: 14035104.

HSL color Cylindrical-coordinate representation of color #A028D6: hue angle of 281.38º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A028D6 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 40 214 -
CMYK 0.25 0.81 0 0.16
HSL 281.38º 0.69% 0.5% -
HSV(B) 281.38º 0.81% 0.84% -
XYZ 27.39 13.85 64.85 -
YUV 95.72 194.76 173.85 -
System Red Green Blue C M Y K H S L
Decimal 160 40 214 0.25 0.81 0 0.16 281.38 0.69 0.5
Hex A0 28 D6 19 51 0 10 119 45 32
Octal 240 50 326 31 121 0 20 431 105 62
Binary 10100000 101000 11010110 11001 1010001 0 10000 100011001 1000101 110010

Color Harmonies of #A028D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A028D6

Black with #A028D6

Text Example


Text Example

White with #A028D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A028D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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