Html Css Color HEX #A01CAB Dark Orchid

📋 copy color: '#A01CAB'

red 160 ◦ green 28 ◦ blue 171

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

Shades of Dark Orchid #A01CAB

Tints of Dark Orchid #A01CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.8%

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

R = 44.57%
G = 7.8%
B = 47.63%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A01CAB (or 0xA01CAB) is known color: Dark Orchid. HEX triplet: A0, 1C and AB. RGB value is (160,28,171). Sum of RGB (Red+Green+Blue) = 160+28+171=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #A01CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01CAB is #5FE354. Grayscale: #535353. Windows color (decimal): -6284117 or 11213984. OLE color: 11213984.

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

Color convert

RGB 160 28 171 -
CMYK 0.06 0.84 0 0.33
HSL 295.38º 0.72% 0.39% -
HSV(B) 295.38º 0.84% 0.67% -
XYZ 22.26 11.24 39.53 -
YUV 83.77 177.23 182.37 -
System Red Green Blue C M Y K H S L
Decimal 160 28 171 0.06 0.84 0 0.33 295.38 0.72 0.39
Hex A0 1C AB 6 54 0 21 127 48 27
Octal 240 34 253 6 124 0 41 447 110 47
Binary 10100000 11100 10101011 110 1010100 0 100001 100100111 1001000 100111

Color Harmonies of #A01CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01CAB

Black with #A01CAB

Text Example


Text Example

White with #A01CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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