Html Css Color HEX #A01BAC Dark Orchid

📋 copy color: '#A01BAC'

red 160 ◦ green 27 ◦ blue 172

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

Shades of Dark Orchid #A01BAC

Tints of Dark Orchid #A01BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.52%

 BLUE value IS 172 (67.58% from 255) = 47.91%

R = 44.57%
G = 7.52%
B = 47.91%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A01BAC (or 0xA01BAC) is known color: Dark Orchid. HEX triplet: A0, 1B and AC. RGB value is (160,27,172). Sum of RGB (Red+Green+Blue) = 160+27+172=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #A01BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01BAC is #5FE453. Grayscale: #525252. Windows color (decimal): -6284372 or 11279264. OLE color: 11279264.

HSL color Cylindrical-coordinate representation of color #A01BAC: hue angle of 295.03º degrees, saturation: 0.73, 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 #A01BAC is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 27 172 -
CMYK 0.07 0.84 0 0.33
HSL 295.03º 0.73% 0.39% -
HSV(B) 295.03º 0.84% 0.67% -
XYZ 22.34 11.24 40.02 -
YUV 83.3 178.06 182.71 -
System Red Green Blue C M Y K H S L
Decimal 160 27 172 0.07 0.84 0 0.33 295.03 0.73 0.39
Hex A0 1B AC 7 54 0 21 127 49 27
Octal 240 33 254 7 124 0 41 447 111 47
Binary 10100000 11011 10101100 111 1010100 0 100001 100100111 1001001 100111

Color Harmonies of #A01BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01BAC

Black with #A01BAC

Text Example


Text Example

White with #A01BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01BAC; }

 p { color: rgb(160,27,172); }

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

background-color css

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

 a { background-color: rgb(160,27,172); }

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

border-color css

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

 span { border-color: rgb(160,27,172); }

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