Html Css Color HEX #AA2DBE Dark Orchid

📋 copy color: '#AA2DBE'

red 170 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #AA2DBE

Tints of Dark Orchid #AA2DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.11%

 BLUE value IS 190 (74.61% from 255) = 46.91%

R = 41.98%
G = 11.11%
B = 46.91%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA2DBE (or 0xAA2DBE) is known color: Dark Orchid. HEX triplet: AA, 2D and BE. RGB value is (170,45,190). Sum of RGB (Red+Green+Blue) = 170+45+190=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA2DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2DBE is #55D241. Grayscale: #626262. Windows color (decimal): -5624386 or 12463530. OLE color: 12463530.

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

Color convert

RGB 170 45 190 -
CMYK 0.11 0.76 0 0.25
HSL 291.72º 0.62% 0.46% -
HSV(B) 291.72º 0.76% 0.75% -
XYZ 26.81 14.14 50.03 -
YUV 98.91 179.41 178.71 -
System Red Green Blue C M Y K H S L
Decimal 170 45 190 0.11 0.76 0 0.25 291.72 0.62 0.46
Hex AA 2D BE B 4C 0 19 124 3E 2E
Octal 252 55 276 13 114 0 31 444 76 56
Binary 10101010 101101 10111110 1011 1001100 0 11001 100100100 111110 101110

Color Harmonies of #AA2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2DBE

Black with #AA2DBE

Text Example


Text Example

White with #AA2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2DBE; }

 p { color: rgb(170,45,190); }

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

background-color css

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

 a { background-color: rgb(170,45,190); }

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

border-color css

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

 span { border-color: rgb(170,45,190); }

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