Html Css Color HEX #A61ABB Dark Orchid

📋 copy color: '#A61ABB'

red 166 ◦ green 26 ◦ blue 187

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

Shades of Dark Orchid #A61ABB

Tints of Dark Orchid #A61ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 43.8%
G = 6.86%
B = 49.34%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A61ABB (or 0xA61ABB) is known color: Dark Orchid. HEX triplet: A6, 1A and BB. RGB value is (166,26,187). Sum of RGB (Red+Green+Blue) = 166+26+187=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #A61ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61ABB is #59E544. Grayscale: #555555. Windows color (decimal): -5891397 or 12262054. OLE color: 12262054.

HSL color Cylindrical-coordinate representation of color #A61ABB: hue angle of 292.17º degrees, saturation: 0.76, 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 #A61ABB is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 26 187 -
CMYK 0.11 0.86 0 0.27
HSL 292.17º 0.76% 0.42% -
HSV(B) 292.17º 0.86% 0.73% -
XYZ 25.06 12.43 48.09 -
YUV 86.21 184.88 184.91 -
System Red Green Blue C M Y K H S L
Decimal 166 26 187 0.11 0.86 0 0.27 292.17 0.76 0.42
Hex A6 1A BB B 56 0 1B 124 4C 2A
Octal 246 32 273 13 126 0 33 444 114 52
Binary 10100110 11010 10111011 1011 1010110 0 11011 100100100 1001100 101010

Color Harmonies of #A61ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61ABB

Black with #A61ABB

Text Example


Text Example

White with #A61ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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