Html Css Color HEX #A01FAB Dark Orchid

📋 copy color: '#A01FAB'

red 160 ◦ green 31 ◦ blue 171

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

Shades of Dark Orchid #A01FAB

Tints of Dark Orchid #A01FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 44.2%
G = 8.56%
B = 47.24%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A01FAB (or 0xA01FAB) is known color: Dark Orchid. HEX triplet: A0, 1F and AB. RGB value is (160,31,171). Sum of RGB (Red+Green+Blue) = 160+31+171=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #A01FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01FAB is #5FE054. Grayscale: #555555. Windows color (decimal): -6283349 or 11214752. OLE color: 11214752.

HSL color Cylindrical-coordinate representation of color #A01FAB: hue angle of 295.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A01FAB is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 31 171 -
CMYK 0.06 0.82 0 0.33
HSL 295.29º 0.69% 0.4% -
HSV(B) 295.29º 0.82% 0.67% -
XYZ 22.34 11.39 39.55 -
YUV 85.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 160 31 171 0.06 0.82 0 0.33 295.29 0.69 0.4
Hex A0 1F AB 6 52 0 21 127 45 28
Octal 240 37 253 6 122 0 41 447 105 50
Binary 10100000 11111 10101011 110 1010010 0 100001 100100111 1000101 101000

Color Harmonies of #A01FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01FAB

Black with #A01FAB

Text Example


Text Example

White with #A01FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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