Html Css Color HEX #A61AD6 Dark Orchid

📋 copy color: '#A61AD6'

red 166 ◦ green 26 ◦ blue 214

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

Shades of Dark Orchid #A61AD6

Tints of Dark Orchid #A61AD6

RGB

 RED value IS 166 (65.23% from 255) = 40.89%

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

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

R = 40.89%
G = 6.4%
B = 52.71%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A61AD6 (or 0xA61AD6) is known color: Dark Orchid. HEX triplet: A6, 1A and D6. RGB value is (166,26,214). Sum of RGB (Red+Green+Blue) = 166+26+214=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 214 (83.98% from 255 or 52.71% from 406); Max value from RGB is 214 - color contains mainly: blue. Hex color #A61AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61AD6 is #59E529. Grayscale: #585858. Windows color (decimal): -5891370 or 14031526. OLE color: 14031526.

HSL color Cylindrical-coordinate representation of color #A61AD6: hue angle of 284.68º 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 #A61AD6 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 26 214 -
CMYK 0.22 0.88 0 0.16
HSL 284.68º 0.78% 0.47% -
HSV(B) 284.68º 0.88% 0.84% -
XYZ 28.23 13.7 64.77 -
YUV 89.29 198.38 182.71 -
System Red Green Blue C M Y K H S L
Decimal 166 26 214 0.22 0.88 0 0.16 284.68 0.78 0.47
Hex A6 1A D6 16 58 0 10 11D 4E 2F
Octal 246 32 326 26 130 0 20 435 116 57
Binary 10100110 11010 11010110 10110 1011000 0 10000 100011101 1001110 101111

Color Harmonies of #A61AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61AD6

Black with #A61AD6

Text Example


Text Example

White with #A61AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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