Html Css Color HEX #AA2FB5 Dark Orchid

📋 copy color: '#AA2FB5'

red 170 ◦ green 47 ◦ blue 181

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

Shades of Dark Orchid #AA2FB5

Tints of Dark Orchid #AA2FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.48%

R = 42.71%
G = 11.81%
B = 45.48%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA2FB5 (or 0xAA2FB5) is known color: Dark Orchid. HEX triplet: AA, 2F and B5. RGB value is (170,47,181). Sum of RGB (Red+Green+Blue) = 170+47+181=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA2FB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2FB5 is #55D04A. Grayscale: #626262. Windows color (decimal): -5623883 or 11874218. OLE color: 11874218.

HSL color Cylindrical-coordinate representation of color #AA2FB5: hue angle of 295.07º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA2FB5 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 47 181 -
CMYK 0.06 0.74 0 0.29
HSL 295.07º 0.59% 0.45% -
HSV(B) 295.07º 0.74% 0.71% -
XYZ 25.93 13.92 45.04 -
YUV 99.05 174.25 178.6 -
System Red Green Blue C M Y K H S L
Decimal 170 47 181 0.06 0.74 0 0.29 295.07 0.59 0.45
Hex AA 2F B5 6 4A 0 1D 127 3B 2D
Octal 252 57 265 6 112 0 35 447 73 55
Binary 10101010 101111 10110101 110 1001010 0 11101 100100111 111011 101101

Color Harmonies of #AA2FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2FB5

Black with #AA2FB5

Text Example


Text Example

White with #AA2FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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