Html Css Color HEX #A01AC0 Dark Orchid

📋 copy color: '#A01AC0'

red 160 ◦ green 26 ◦ blue 192

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

Shades of Dark Orchid #A01AC0

Tints of Dark Orchid #A01AC0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.88%

 BLUE value IS 192 (75.39% from 255) = 50.79%

R = 42.33%
G = 6.88%
B = 50.79%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A01AC0 (or 0xA01AC0) is known color: Dark Orchid. HEX triplet: A0, 1A and C0. RGB value is (160,26,192). Sum of RGB (Red+Green+Blue) = 160+26+192=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #A01AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01AC0 is #5FE53F. Grayscale: #545454. Windows color (decimal): -6284608 or 12589728. OLE color: 12589728.

HSL color Cylindrical-coordinate representation of color #A01AC0: hue angle of 288.43º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01AC0 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 26 192 -
CMYK 0.17 0.86 0 0.25
HSL 288.43º 0.76% 0.43% -
HSV(B) 288.43º 0.86% 0.75% -
XYZ 24.38 12.02 50.9 -
YUV 84.99 188.39 181.5 -
System Red Green Blue C M Y K H S L
Decimal 160 26 192 0.17 0.86 0 0.25 288.43 0.76 0.43
Hex A0 1A C0 11 56 0 19 120 4C 2B
Octal 240 32 300 21 126 0 31 440 114 53
Binary 10100000 11010 11000000 10001 1010110 0 11001 100100000 1001100 101011

Color Harmonies of #A01AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01AC0

Black with #A01AC0

Text Example


Text Example

White with #A01AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01AC0; }

 p { color: rgb(160,26,192); }

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

background-color css

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

 a { background-color: rgb(160,26,192); }

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

border-color css

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

 span { border-color: rgb(160,26,192); }

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