Html Css Color HEX #A028AE Dark Orchid

📋 copy color: '#A028AE'

red 160 ◦ green 40 ◦ blue 174

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

Shades of Dark Orchid #A028AE

Tints of Dark Orchid #A028AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.52%

R = 42.78%
G = 10.7%
B = 46.52%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A028AE (or 0xA028AE) is known color: Dark Orchid. HEX triplet: A0, 28 and AE. RGB value is (160,40,174). Sum of RGB (Red+Green+Blue) = 160+40+174=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #A028AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A028AE is #5FD751. Grayscale: #5A5A5A. Windows color (decimal): -6281042 or 11413664. OLE color: 11413664.

HSL color Cylindrical-coordinate representation of color #A028AE: hue angle of 293.73º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A028AE is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 40 174 -
CMYK 0.08 0.77 0 0.32
HSL 293.73º 0.63% 0.42% -
HSV(B) 293.73º 0.77% 0.68% -
XYZ 22.9 12.05 41.16 -
YUV 91.16 174.76 177.1 -
System Red Green Blue C M Y K H S L
Decimal 160 40 174 0.08 0.77 0 0.32 293.73 0.63 0.42
Hex A0 28 AE 8 4D 0 20 126 3F 2A
Octal 240 50 256 10 115 0 40 446 77 52
Binary 10100000 101000 10101110 1000 1001101 0 100000 100100110 111111 101010

Color Harmonies of #A028AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A028AE

Black with #A028AE

Text Example


Text Example

White with #A028AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A028AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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