Html Css Color HEX #A01ABA Dark Orchid

📋 copy color: '#A01ABA'

red 160 ◦ green 26 ◦ blue 186

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

Shades of Dark Orchid #A01ABA

Tints of Dark Orchid #A01ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50%

R = 43.01%
G = 6.99%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A01ABA (or 0xA01ABA) is known color: Dark Orchid. HEX triplet: A0, 1A and BA. RGB value is (160,26,186). Sum of RGB (Red+Green+Blue) = 160+26+186=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #A01ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01ABA is #5FE545. Grayscale: #535353. Windows color (decimal): -6284614 or 12196512. OLE color: 12196512.

HSL color Cylindrical-coordinate representation of color #A01ABA: hue angle of 290.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01ABA is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 26 186 -
CMYK 0.14 0.86 0 0.27
HSL 290.25º 0.75% 0.42% -
HSV(B) 290.25º 0.86% 0.73% -
XYZ 23.73 11.76 47.47 -
YUV 84.31 185.39 181.99 -
System Red Green Blue C M Y K H S L
Decimal 160 26 186 0.14 0.86 0 0.27 290.25 0.75 0.42
Hex A0 1A BA E 56 0 1B 122 4B 2A
Octal 240 32 272 16 126 0 33 442 113 52
Binary 10100000 11010 10111010 1110 1010110 0 11011 100100010 1001011 101010

Color Harmonies of #A01ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01ABA

Black with #A01ABA

Text Example


Text Example

White with #A01ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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