Html Css Color HEX #A01CAA Dark Orchid

📋 copy color: '#A01CAA'

red 160 ◦ green 28 ◦ blue 170

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

Shades of Dark Orchid #A01CAA

Tints of Dark Orchid #A01CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.49%

R = 44.69%
G = 7.82%
B = 47.49%

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

#A01CAA (or 0xA01CAA) is known color: Dark Orchid. HEX triplet: A0, 1C and AA. RGB value is (160,28,170). Sum of RGB (Red+Green+Blue) = 160+28+170=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #A01CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01CAA is #5FE355. Grayscale: #535353. Windows color (decimal): -6284118 or 11148448. OLE color: 11148448.

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

Color convert

RGB 160 28 170 -
CMYK 0.06 0.84 0 0.33
HSL 295.77º 0.72% 0.39% -
HSV(B) 295.77º 0.84% 0.67% -
XYZ 22.17 11.21 39.02 -
YUV 83.66 176.73 182.45 -
System Red Green Blue C M Y K H S L
Decimal 160 28 170 0.06 0.84 0 0.33 295.77 0.72 0.39
Hex A0 1C AA 6 54 0 21 128 48 27
Octal 240 34 252 6 124 0 41 450 110 47
Binary 10100000 11100 10101010 110 1010100 0 100001 100101000 1001000 100111

Color Harmonies of #A01CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01CAA

Black with #A01CAA

Text Example


Text Example

White with #A01CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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