Html Css Color HEX #AA1FAE Dark Orchid

📋 copy color: '#AA1FAE'

red 170 ◦ green 31 ◦ blue 174

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

Shades of Dark Orchid #AA1FAE

Tints of Dark Orchid #AA1FAE

RGB

 RED value IS 170 (66.8% from 255) = 45.33%

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

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

R = 45.33%
G = 8.27%
B = 46.4%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA1FAE (or 0xAA1FAE) is known color: Dark Orchid. HEX triplet: AA, 1F and AE. RGB value is (170,31,174). Sum of RGB (Red+Green+Blue) = 170+31+174=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA1FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1FAE is #55E051. Grayscale: #585858. Windows color (decimal): -5627986 or 11411370. OLE color: 11411370.

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

Color convert

RGB 170 31 174 -
CMYK 0.02 0.82 0 0.32
HSL 298.32º 0.7% 0.4% -
HSV(B) 298.32º 0.82% 0.68% -
XYZ 24.71 12.58 41.17 -
YUV 88.86 176.05 185.87 -
System Red Green Blue C M Y K H S L
Decimal 170 31 174 0.02 0.82 0 0.32 298.32 0.7 0.4
Hex AA 1F AE 2 52 0 20 12A 46 28
Octal 252 37 256 2 122 0 40 452 106 50
Binary 10101010 11111 10101110 10 1010010 0 100000 100101010 1000110 101000

Color Harmonies of #AA1FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FAE

Black with #AA1FAE

Text Example


Text Example

White with #AA1FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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