Html Css Color HEX #A01AD6 Dark Orchid

📋 copy color: '#A01AD6'

red 160 ◦ green 26 ◦ blue 214

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

Shades of Dark Orchid #A01AD6

Tints of Dark Orchid #A01AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 53.5%

R = 40%
G = 6.5%
B = 53.5%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A01AD6 (or 0xA01AD6) is known color: Dark Orchid. HEX triplet: A0, 1A and D6. RGB value is (160,26,214). Sum of RGB (Red+Green+Blue) = 160+26+214=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 214 (83.98% from 255 or 53.5% from 400); Max value from RGB is 214 - color contains mainly: blue. Hex color #A01AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01AD6 is #5FE529. Grayscale: #565656. Windows color (decimal): -6284586 or 14031520. OLE color: 14031520.

HSL color Cylindrical-coordinate representation of color #A01AD6: hue angle of 282.77º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01AD6 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 26 214 -
CMYK 0.25 0.88 0 0.16
HSL 282.77º 0.78% 0.47% -
HSV(B) 282.77º 0.88% 0.84% -
XYZ 27 13.07 64.72 -
YUV 87.5 199.39 179.71 -
System Red Green Blue C M Y K H S L
Decimal 160 26 214 0.25 0.88 0 0.16 282.77 0.78 0.47
Hex A0 1A D6 19 58 0 10 11B 4E 2F
Octal 240 32 326 31 130 0 20 433 116 57
Binary 10100000 11010 11010110 11001 1011000 0 10000 100011011 1001110 101111

Color Harmonies of #A01AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01AD6

Black with #A01AD6

Text Example


Text Example

White with #A01AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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