Html Css Color HEX #A028AC Dark Orchid

📋 copy color: '#A028AC'

red 160 ◦ green 40 ◦ blue 172

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

Shades of Dark Orchid #A028AC

Tints of Dark Orchid #A028AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 43.01%
G = 10.75%
B = 46.24%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A028AC (or 0xA028AC) is known color: Dark Orchid. HEX triplet: A0, 28 and AC. RGB value is (160,40,172). Sum of RGB (Red+Green+Blue) = 160+40+172=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #A028AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A028AC is #5FD753. Grayscale: #5A5A5A. Windows color (decimal): -6281044 or 11282592. OLE color: 11282592.

HSL color Cylindrical-coordinate representation of color #A028AC: hue angle of 294.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A028AC is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 40 172 -
CMYK 0.07 0.77 0 0.33
HSL 294.55º 0.62% 0.42% -
HSV(B) 294.55º 0.77% 0.67% -
XYZ 22.7 11.97 40.14 -
YUV 90.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 160 40 172 0.07 0.77 0 0.33 294.55 0.62 0.42
Hex A0 28 AC 7 4D 0 21 127 3E 2A
Octal 240 50 254 7 115 0 41 447 76 52
Binary 10100000 101000 10101100 111 1001101 0 100001 100100111 111110 101010

Color Harmonies of #A028AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A028AC

Black with #A028AC

Text Example


Text Example

White with #A028AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A028AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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