Html Css Color HEX #A61AAC Dark Orchid

📋 copy color: '#A61AAC'

red 166 ◦ green 26 ◦ blue 172

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

Shades of Dark Orchid #A61AAC

Tints of Dark Orchid #A61AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 45.6%
G = 7.14%
B = 47.25%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A61AAC (or 0xA61AAC) is known color: Dark Orchid. HEX triplet: A6, 1A and AC. RGB value is (166,26,172). Sum of RGB (Red+Green+Blue) = 166+26+172=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #A61AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61AAC is #59E553. Grayscale: #545454. Windows color (decimal): -5891412 or 11279014. OLE color: 11279014.

HSL color Cylindrical-coordinate representation of color #A61AAC: hue angle of 297.53º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61AAC is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 26 172 -
CMYK 0.03 0.85 0 0.33
HSL 297.53º 0.74% 0.39% -
HSV(B) 297.53º 0.85% 0.67% -
XYZ 23.54 11.82 40.07 -
YUV 84.5 177.38 186.13 -
System Red Green Blue C M Y K H S L
Decimal 166 26 172 0.03 0.85 0 0.33 297.53 0.74 0.39
Hex A6 1A AC 3 55 0 21 12A 4A 27
Octal 246 32 254 3 125 0 41 452 112 47
Binary 10100110 11010 10101100 11 1010101 0 100001 100101010 1001010 100111

Color Harmonies of #A61AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61AAC

Black with #A61AAC

Text Example


Text Example

White with #A61AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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