Html Css Color HEX #A01EAF Dark Orchid

📋 copy color: '#A01EAF'

red 160 ◦ green 30 ◦ blue 175

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

Shades of Dark Orchid #A01EAF

Tints of Dark Orchid #A01EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.22%

 BLUE value IS 175 (68.75% from 255) = 47.95%

R = 43.84%
G = 8.22%
B = 47.95%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A01EAF (or 0xA01EAF) is known color: Dark Orchid. HEX triplet: A0, 1E and AF. RGB value is (160,30,175). Sum of RGB (Red+Green+Blue) = 160+30+175=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #A01EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01EAF is #5FE150. Grayscale: #545454. Windows color (decimal): -6283601 or 11476640. OLE color: 11476640.

HSL color Cylindrical-coordinate representation of color #A01EAF: hue angle of 293.79º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A01EAF is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 30 175 -
CMYK 0.09 0.83 0 0.31
HSL 293.79º 0.71% 0.4% -
HSV(B) 293.79º 0.83% 0.69% -
XYZ 22.7 11.5 41.58 -
YUV 85.4 178.57 181.21 -
System Red Green Blue C M Y K H S L
Decimal 160 30 175 0.09 0.83 0 0.31 293.79 0.71 0.4
Hex A0 1E AF 9 53 0 1F 126 47 28
Octal 240 36 257 11 123 0 37 446 107 50
Binary 10100000 11110 10101111 1001 1010011 0 11111 100100110 1000111 101000

Color Harmonies of #A01EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01EAF

Black with #A01EAF

Text Example


Text Example

White with #A01EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01EAF; }

 p { color: rgb(160,30,175); }

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

background-color css

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

 a { background-color: rgb(160,30,175); }

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

border-color css

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

 span { border-color: rgb(160,30,175); }

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