Html Css Color HEX #AA19AF Dark Orchid

📋 copy color: '#AA19AF'

red 170 ◦ green 25 ◦ blue 175

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

Shades of Dark Orchid #AA19AF

Tints of Dark Orchid #AA19AF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.76%

 BLUE value IS 175 (68.75% from 255) = 47.3%

R = 45.95%
G = 6.76%
B = 47.3%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA19AF (or 0xAA19AF) is known color: Dark Orchid. HEX triplet: AA, 19 and AF. RGB value is (170,25,175). Sum of RGB (Red+Green+Blue) = 170+25+175=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA19AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA19AF is #55E650. Grayscale: #555555. Windows color (decimal): -5629521 or 11475370. OLE color: 11475370.

HSL color Cylindrical-coordinate representation of color #AA19AF: hue angle of 298º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA19AF is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 25 175 -
CMYK 0.03 0.86 0 0.31
HSL 298º 0.75% 0.39% -
HSV(B) 298º 0.86% 0.69% -
XYZ 24.66 12.34 41.64 -
YUV 85.46 178.54 188.3 -
System Red Green Blue C M Y K H S L
Decimal 170 25 175 0.03 0.86 0 0.31 298 0.75 0.39
Hex AA 19 AF 3 56 0 1F 12A 4B 27
Octal 252 31 257 3 126 0 37 452 113 47
Binary 10101010 11001 10101111 11 1010110 0 11111 100101010 1001011 100111

Color Harmonies of #AA19AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA19AF

Black with #AA19AF

Text Example


Text Example

White with #AA19AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA19AF; }

 p { color: rgb(170,25,175); }

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

background-color css

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

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

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

border-color css

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

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

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