Html Css Color HEX #A61AD5 Dark Orchid

📋 copy color: '#A61AD5'

red 166 ◦ green 26 ◦ blue 213

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

Shades of Dark Orchid #A61AD5

Tints of Dark Orchid #A61AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.59%

R = 40.99%
G = 6.42%
B = 52.59%

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

#A61AD5 (or 0xA61AD5) is known color: Dark Orchid. HEX triplet: A6, 1A and D5. RGB value is (166,26,213). Sum of RGB (Red+Green+Blue) = 166+26+213=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #A61AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61AD5 is #59E52A. Grayscale: #585858. Windows color (decimal): -5891371 or 13965990. OLE color: 13965990.

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

Color convert

RGB 166 26 213 -
CMYK 0.22 0.88 0 0.16
HSL 284.92º 0.78% 0.47% -
HSV(B) 284.92º 0.88% 0.84% -
XYZ 28.11 13.65 64.1 -
YUV 89.18 197.88 182.79 -
System Red Green Blue C M Y K H S L
Decimal 166 26 213 0.22 0.88 0 0.16 284.92 0.78 0.47
Hex A6 1A D5 16 58 0 10 11D 4E 2F
Octal 246 32 325 26 130 0 20 435 116 57
Binary 10100110 11010 11010101 10110 1011000 0 10000 100011101 1001110 101111

Color Harmonies of #A61AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61AD5

Black with #A61AD5

Text Example


Text Example

White with #A61AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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