Html Css Color HEX #AA21AF Dark Orchid

📋 copy color: '#AA21AF'

red 170 ◦ green 33 ◦ blue 175

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

Shades of Dark Orchid #AA21AF

Tints of Dark Orchid #AA21AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.73%

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

R = 44.97%
G = 8.73%
B = 46.3%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA21AF (or 0xAA21AF) is known color: Dark Orchid. HEX triplet: AA, 21 and AF. RGB value is (170,33,175). Sum of RGB (Red+Green+Blue) = 170+33+175=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA21AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA21AF is #55DE50. Grayscale: #595959. Windows color (decimal): -5627473 or 11477418. OLE color: 11477418.

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

Color convert

RGB 170 33 175 -
CMYK 0.03 0.81 0 0.31
HSL 297.89º 0.68% 0.41% -
HSV(B) 297.89º 0.81% 0.69% -
XYZ 24.86 12.73 41.7 -
YUV 90.15 175.89 184.95 -
System Red Green Blue C M Y K H S L
Decimal 170 33 175 0.03 0.81 0 0.31 297.89 0.68 0.41
Hex AA 21 AF 3 51 0 1F 12A 44 29
Octal 252 41 257 3 121 0 37 452 104 51
Binary 10101010 100001 10101111 11 1010001 0 11111 100101010 1000100 101001

Color Harmonies of #AA21AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA21AF

Black with #AA21AF

Text Example


Text Example

White with #AA21AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA21AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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