Html Css Color HEX #AA2BAD Dark Orchid

📋 copy color: '#AA2BAD'

red 170 ◦ green 43 ◦ blue 173

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

Shades of Dark Orchid #AA2BAD

Tints of Dark Orchid #AA2BAD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.14%

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 44.04%
G = 11.14%
B = 44.82%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA2BAD (or 0xAA2BAD) is known color: Dark Orchid. HEX triplet: AA, 2B and AD. RGB value is (170,43,173). Sum of RGB (Red+Green+Blue) = 170+43+173=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA2BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2BAD is #55D452. Grayscale: #5F5F5F. Windows color (decimal): -5624915 or 11348906. OLE color: 11348906.

HSL color Cylindrical-coordinate representation of color #AA2BAD: hue angle of 298.62º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2BAD is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 43 173 -
CMYK 0.02 0.75 0 0.32
HSL 298.62º 0.6% 0.42% -
HSV(B) 298.62º 0.75% 0.68% -
XYZ 24.98 13.29 40.78 -
YUV 95.79 171.58 180.93 -
System Red Green Blue C M Y K H S L
Decimal 170 43 173 0.02 0.75 0 0.32 298.62 0.6 0.42
Hex AA 2B AD 2 4B 0 20 12B 3C 2A
Octal 252 53 255 2 113 0 40 453 74 52
Binary 10101010 101011 10101101 10 1001011 0 100000 100101011 111100 101010

Color Harmonies of #AA2BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2BAD

Black with #AA2BAD

Text Example


Text Example

White with #AA2BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2BAD; }

 p { color: rgb(170,43,173); }

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

background-color css

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

 a { background-color: rgb(170,43,173); }

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

border-color css

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

 span { border-color: rgb(170,43,173); }

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