Html Css Color HEX #A61FAE Dark Orchid

📋 copy color: '#A61FAE'

red 166 ◦ green 31 ◦ blue 174

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

Shades of Dark Orchid #A61FAE

Tints of Dark Orchid #A61FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.9%

R = 44.74%
G = 8.36%
B = 46.9%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A61FAE (or 0xA61FAE) is known color: Dark Orchid. HEX triplet: A6, 1F and AE. RGB value is (166,31,174). Sum of RGB (Red+Green+Blue) = 166+31+174=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #A61FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61FAE is #59E051. Grayscale: #575757. Windows color (decimal): -5890130 or 11411366. OLE color: 11411366.

HSL color Cylindrical-coordinate representation of color #A61FAE: hue angle of 296.64º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A61FAE is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 31 174 -
CMYK 0.05 0.82 0 0.32
HSL 296.64º 0.7% 0.4% -
HSV(B) 296.64º 0.82% 0.68% -
XYZ 23.86 12.14 41.13 -
YUV 87.67 176.73 183.87 -
System Red Green Blue C M Y K H S L
Decimal 166 31 174 0.05 0.82 0 0.32 296.64 0.7 0.4
Hex A6 1F AE 5 52 0 20 129 46 28
Octal 246 37 256 5 122 0 40 451 106 50
Binary 10100110 11111 10101110 101 1010010 0 100000 100101001 1000110 101000

Color Harmonies of #A61FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61FAE

Black with #A61FAE

Text Example


Text Example

White with #A61FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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