Html Css Color HEX #A61FAA Dark Orchid

📋 copy color: '#A61FAA'

red 166 ◦ green 31 ◦ blue 170

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

Shades of Dark Orchid #A61FAA

Tints of Dark Orchid #A61FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.45%

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

R = 45.23%
G = 8.45%
B = 46.32%

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

#A61FAA (or 0xA61FAA) is known color: Dark Orchid. HEX triplet: A6, 1F and AA. RGB value is (166,31,170). Sum of RGB (Red+Green+Blue) = 166+31+170=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #A61FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61FAA is #59E055. Grayscale: #565656. Windows color (decimal): -5890134 or 11149222. OLE color: 11149222.

HSL color Cylindrical-coordinate representation of color #A61FAA: hue angle of 298.27º degrees, saturation: 0.69, 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 #A61FAA is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 31 170 -
CMYK 0.02 0.82 0 0.33
HSL 298.27º 0.69% 0.39% -
HSV(B) 298.27º 0.82% 0.67% -
XYZ 23.47 11.99 39.11 -
YUV 87.21 174.73 184.2 -
System Red Green Blue C M Y K H S L
Decimal 166 31 170 0.02 0.82 0 0.33 298.27 0.69 0.39
Hex A6 1F AA 2 52 0 21 12A 45 27
Octal 246 37 252 2 122 0 41 452 105 47
Binary 10100110 11111 10101010 10 1010010 0 100001 100101010 1000101 100111

Color Harmonies of #A61FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61FAA

Black with #A61FAA

Text Example


Text Example

White with #A61FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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