Html Css Color HEX #AA2FBF Dark Orchid

📋 copy color: '#AA2FBF'

red 170 ◦ green 47 ◦ blue 191

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

Shades of Dark Orchid #AA2FBF

Tints of Dark Orchid #AA2FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.81%

R = 41.67%
G = 11.52%
B = 46.81%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA2FBF (or 0xAA2FBF) is known color: Dark Orchid. HEX triplet: AA, 2F and BF. RGB value is (170,47,191). Sum of RGB (Red+Green+Blue) = 170+47+191=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA2FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2FBF is #55D040. Grayscale: #636363. Windows color (decimal): -5623873 or 12529578. OLE color: 12529578.

HSL color Cylindrical-coordinate representation of color #AA2FBF: hue angle of 291.25º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2FBF is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 47 191 -
CMYK 0.11 0.75 0 0.25
HSL 291.25º 0.61% 0.47% -
HSV(B) 291.25º 0.75% 0.75% -
XYZ 27 14.34 50.64 -
YUV 100.19 179.25 177.79 -
System Red Green Blue C M Y K H S L
Decimal 170 47 191 0.11 0.75 0 0.25 291.25 0.61 0.47
Hex AA 2F BF B 4B 0 19 123 3D 2F
Octal 252 57 277 13 113 0 31 443 75 57
Binary 10101010 101111 10111111 1011 1001011 0 11001 100100011 111101 101111

Color Harmonies of #AA2FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2FBF

Black with #AA2FBF

Text Example


Text Example

White with #AA2FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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