Html Css Color HEX #AA1FAA Dark Orchid

📋 copy color: '#AA1FAA'

red 170 ◦ green 31 ◦ blue 170

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

Shades of Dark Orchid #AA1FAA

Tints of Dark Orchid #AA1FAA

RGB

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

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

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

R = 45.82%
G = 8.36%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA1FAA (or 0xAA1FAA) is known color: Dark Orchid. HEX triplet: AA, 1F and AA. RGB value is (170,31,170). Sum of RGB (Red+Green+Blue) = 170+31+170=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 31 (12.5% from 255 or 8.36% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA1FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1FAA is #55E055. Grayscale: #575757. Windows color (decimal): -5627990 or 11149226. OLE color: 11149226.

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

Color convert

RGB 170 31 170 -
CMYK 0 0.82 0 0.33
HSL 300º 0.69% 0.39% -
HSV(B) 300º 0.82% 0.67% -
XYZ 24.32 12.43 39.15 -
YUV 88.41 174.05 186.2 -
System Red Green Blue C M Y K H S L
Decimal 170 31 170 0 0.82 0 0.33 300 0.69 0.39
Hex AA 1F AA 0 52 0 21 12C 45 27
Octal 252 37 252 0 122 0 41 454 105 47
Binary 10101010 11111 10101010 0 1010010 0 100001 100101100 1000101 100111

Color Harmonies of #AA1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1FAA

Black with #AA1FAA

Text Example


Text Example

White with #AA1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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