Html Css Color HEX #A61EAA Dark Orchid

📋 copy color: '#A61EAA'

red 166 ◦ green 30 ◦ blue 170

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

Shades of Dark Orchid #A61EAA

Tints of Dark Orchid #A61EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.45%

R = 45.36%
G = 8.2%
B = 46.45%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A61EAA (or 0xA61EAA) is known color: Dark Orchid. HEX triplet: A6, 1E and AA. RGB value is (166,30,170). Sum of RGB (Red+Green+Blue) = 166+30+170=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #A61EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61EAA is #59E155. Grayscale: #565656. Windows color (decimal): -5890390 or 11148966. OLE color: 11148966.

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

Color convert

RGB 166 30 170 -
CMYK 0.02 0.82 0 0.33
HSL 298.29º 0.7% 0.39% -
HSV(B) 298.29º 0.82% 0.67% -
XYZ 23.45 11.94 39.1 -
YUV 86.62 175.06 184.62 -
System Red Green Blue C M Y K H S L
Decimal 166 30 170 0.02 0.82 0 0.33 298.29 0.7 0.39
Hex A6 1E AA 2 52 0 21 12A 46 27
Octal 246 36 252 2 122 0 41 452 106 47
Binary 10100110 11110 10101010 10 1010010 0 100001 100101010 1000110 100111

Color Harmonies of #A61EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61EAA

Black with #A61EAA

Text Example


Text Example

White with #A61EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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