Html Css Color HEX #A61AB9 Dark Orchid

📋 copy color: '#A61AB9'

red 166 ◦ green 26 ◦ blue 185

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

Shades of Dark Orchid #A61AB9

Tints of Dark Orchid #A61AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.07%

R = 44.03%
G = 6.9%
B = 49.07%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A61AB9 (or 0xA61AB9) is known color: Dark Orchid. HEX triplet: A6, 1A and B9. RGB value is (166,26,185). Sum of RGB (Red+Green+Blue) = 166+26+185=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #A61AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61AB9 is #59E546. Grayscale: #555555. Windows color (decimal): -5891399 or 12130982. OLE color: 12130982.

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

Color convert

RGB 166 26 185 -
CMYK 0.10 0.86 0 0.27
HSL 292.83º 0.75% 0.41% -
HSV(B) 292.83º 0.86% 0.73% -
XYZ 24.85 12.35 46.97 -
YUV 85.99 183.88 185.07 -
System Red Green Blue C M Y K H S L
Decimal 166 26 185 0.10 0.86 0 0.27 292.83 0.75 0.41
Hex A6 1A B9 A 56 0 1B 125 4B 29
Octal 246 32 271 12 126 0 33 445 113 51
Binary 10100110 11010 10111001 1010 1010110 0 11011 100100101 1001011 101001

Color Harmonies of #A61AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61AB9

Black with #A61AB9

Text Example


Text Example

White with #A61AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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