Html Css Color HEX #AA2FC9 Dark Orchid

📋 copy color: '#AA2FC9'

red 170 ◦ green 47 ◦ blue 201

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

Shades of Dark Orchid #AA2FC9

Tints of Dark Orchid #AA2FC9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.24%

 BLUE value IS 201 (78.91% from 255) = 48.09%

R = 40.67%
G = 11.24%
B = 48.09%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA2FC9 (or 0xAA2FC9) is known color: Dark Orchid. HEX triplet: AA, 2F and C9. RGB value is (170,47,201). Sum of RGB (Red+Green+Blue) = 170+47+201=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA2FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2FC9 is #55D036. Grayscale: #646464. Windows color (decimal): -5623863 or 13184938. OLE color: 13184938.

HSL color Cylindrical-coordinate representation of color #AA2FC9: hue angle of 287.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2FC9 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 47 201 -
CMYK 0.15 0.77 0 0.21
HSL 287.92º 0.62% 0.49% -
HSV(B) 287.92º 0.77% 0.79% -
XYZ 28.14 14.8 56.63 -
YUV 101.33 184.25 176.98 -
System Red Green Blue C M Y K H S L
Decimal 170 47 201 0.15 0.77 0 0.21 287.92 0.62 0.49
Hex AA 2F C9 F 4D 0 15 120 3E 31
Octal 252 57 311 17 115 0 25 440 76 61
Binary 10101010 101111 11001001 1111 1001101 0 10101 100100000 111110 110001

Color Harmonies of #AA2FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2FC9

Black with #AA2FC9

Text Example


Text Example

White with #AA2FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2FC9; }

 p { color: rgb(170,47,201); }

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

background-color css

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

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

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

border-color css

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

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

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