Html Css Color HEX #A61EAC Dark Orchid

📋 copy color: '#A61EAC'

red 166 ◦ green 30 ◦ blue 172

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

Shades of Dark Orchid #A61EAC

Tints of Dark Orchid #A61EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.15%

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

R = 45.11%
G = 8.15%
B = 46.74%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A61EAC (or 0xA61EAC) is known color: Dark Orchid. HEX triplet: A6, 1E and AC. RGB value is (166,30,172). Sum of RGB (Red+Green+Blue) = 166+30+172=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #A61EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61EAC is #59E153. Grayscale: #565656. Windows color (decimal): -5890388 or 11280038. OLE color: 11280038.

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

Color convert

RGB 166 30 172 -
CMYK 0.03 0.83 0 0.33
HSL 297.46º 0.7% 0.4% -
HSV(B) 297.46º 0.83% 0.67% -
XYZ 23.64 12.01 40.1 -
YUV 86.85 176.06 184.45 -
System Red Green Blue C M Y K H S L
Decimal 166 30 172 0.03 0.83 0 0.33 297.46 0.7 0.4
Hex A6 1E AC 3 53 0 21 129 46 28
Octal 246 36 254 3 123 0 41 451 106 50
Binary 10100110 11110 10101100 11 1010011 0 100001 100101001 1000110 101000

Color Harmonies of #A61EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61EAC

Black with #A61EAC

Text Example


Text Example

White with #A61EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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