Html Css Color HEX #A61CAC Dark Orchid

📋 copy color: '#A61CAC'

red 166 ◦ green 28 ◦ blue 172

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

Shades of Dark Orchid #A61CAC

Tints of Dark Orchid #A61CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.65%

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

R = 45.36%
G = 7.65%
B = 46.99%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A61CAC (or 0xA61CAC) is known color: Dark Orchid. HEX triplet: A6, 1C and AC. RGB value is (166,28,172). Sum of RGB (Red+Green+Blue) = 166+28+172=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #A61CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61CAC is #59E353. Grayscale: #555555. Windows color (decimal): -5890900 or 11279526. OLE color: 11279526.

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

Color convert

RGB 166 28 172 -
CMYK 0.03 0.84 0 0.33
HSL 297.5º 0.72% 0.39% -
HSV(B) 297.5º 0.84% 0.67% -
XYZ 23.59 11.92 40.09 -
YUV 85.68 176.72 185.29 -
System Red Green Blue C M Y K H S L
Decimal 166 28 172 0.03 0.84 0 0.33 297.5 0.72 0.39
Hex A6 1C AC 3 54 0 21 12A 48 27
Octal 246 34 254 3 124 0 41 452 110 47
Binary 10100110 11100 10101100 11 1010100 0 100001 100101010 1001000 100111

Color Harmonies of #A61CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61CAC

Black with #A61CAC

Text Example


Text Example

White with #A61CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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