Html Css Color HEX #A01FAE Dark Orchid

📋 copy color: '#A01FAE'

red 160 ◦ green 31 ◦ blue 174

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

Shades of Dark Orchid #A01FAE

Tints of Dark Orchid #A01FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.49%

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

R = 43.84%
G = 8.49%
B = 47.67%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A01FAE (or 0xA01FAE) is known color: Dark Orchid. HEX triplet: A0, 1F and AE. RGB value is (160,31,174). Sum of RGB (Red+Green+Blue) = 160+31+174=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #A01FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01FAE is #5FE051. Grayscale: #555555. Windows color (decimal): -6283346 or 11411360. OLE color: 11411360.

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

Color convert

RGB 160 31 174 -
CMYK 0.08 0.82 0 0.32
HSL 294.13º 0.7% 0.4% -
HSV(B) 294.13º 0.82% 0.68% -
XYZ 22.63 11.51 41.07 -
YUV 85.87 177.74 180.87 -
System Red Green Blue C M Y K H S L
Decimal 160 31 174 0.08 0.82 0 0.32 294.13 0.7 0.4
Hex A0 1F AE 8 52 0 20 126 46 28
Octal 240 37 256 10 122 0 40 446 106 50
Binary 10100000 11111 10101110 1000 1010010 0 100000 100100110 1000110 101000

Color Harmonies of #A01FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01FAE

Black with #A01FAE

Text Example


Text Example

White with #A01FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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