Html Css Color HEX #A01AAE Dark Orchid

📋 copy color: '#A01AAE'

red 160 ◦ green 26 ◦ blue 174

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

Shades of Dark Orchid #A01AAE

Tints of Dark Orchid #A01AAE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.22%

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

R = 44.44%
G = 7.22%
B = 48.33%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A01AAE (or 0xA01AAE) is known color: Dark Orchid. HEX triplet: A0, 1A and AE. RGB value is (160,26,174). Sum of RGB (Red+Green+Blue) = 160+26+174=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #A01AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01AAE is #5FE551. Grayscale: #525252. Windows color (decimal): -6284626 or 11410080. OLE color: 11410080.

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

Color convert

RGB 160 26 174 -
CMYK 0.08 0.85 0 0.32
HSL 294.32º 0.74% 0.39% -
HSV(B) 294.32º 0.85% 0.68% -
XYZ 22.51 11.27 41.03 -
YUV 82.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 160 26 174 0.08 0.85 0 0.32 294.32 0.74 0.39
Hex A0 1A AE 8 55 0 20 126 4A 27
Octal 240 32 256 10 125 0 40 446 112 47
Binary 10100000 11010 10101110 1000 1010101 0 100000 100100110 1001010 100111

Color Harmonies of #A01AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01AAE

Black with #A01AAE

Text Example


Text Example

White with #A01AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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