Html Css Color HEX #A028DF Dark Orchid

📋 copy color: '#A028DF'

red 160 ◦ green 40 ◦ blue 223

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

Shades of Dark Orchid #A028DF

Tints of Dark Orchid #A028DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.72%

R = 37.83%
G = 9.46%
B = 52.72%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A028DF (or 0xA028DF) is known color: Dark Orchid. HEX triplet: A0, 28 and DF. RGB value is (160,40,223). Sum of RGB (Red+Green+Blue) = 160+40+223=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #A028DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A028DF is #5FD720. Grayscale: #606060. Windows color (decimal): -6280993 or 14624928. OLE color: 14624928.

HSL color Cylindrical-coordinate representation of color #A028DF: hue angle of 279.34º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A028DF is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 40 223 -
CMYK 0.28 0.82 0 0.13
HSL 279.34º 0.74% 0.52% -
HSV(B) 279.34º 0.82% 0.87% -
XYZ 28.58 14.32 71.07 -
YUV 96.74 199.26 173.12 -
System Red Green Blue C M Y K H S L
Decimal 160 40 223 0.28 0.82 0 0.13 279.34 0.74 0.52
Hex A0 28 DF 1C 52 0 D 117 4A 34
Octal 240 50 337 34 122 0 15 427 112 64
Binary 10100000 101000 11011111 11100 1010010 0 1101 100010111 1001010 110100

Color Harmonies of #A028DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A028DF

Black with #A028DF

Text Example


Text Example

White with #A028DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A028DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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