Html Css Color HEX #AA2CBD Dark Orchid

📋 copy color: '#AA2CBD'

red 170 ◦ green 44 ◦ blue 189

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

Shades of Dark Orchid #AA2CBD

Tints of Dark Orchid #AA2CBD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.92%

 BLUE value IS 189 (74.22% from 255) = 46.9%

R = 42.18%
G = 10.92%
B = 46.9%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA2CBD (or 0xAA2CBD) is known color: Dark Orchid. HEX triplet: AA, 2C and BD. RGB value is (170,44,189). Sum of RGB (Red+Green+Blue) = 170+44+189=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA2CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2CBD is #55D342. Grayscale: #616161. Windows color (decimal): -5624643 or 12397738. OLE color: 12397738.

HSL color Cylindrical-coordinate representation of color #AA2CBD: hue angle of 292.14º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA2CBD is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 44 189 -
CMYK 0.10 0.77 0 0.26
HSL 292.14º 0.62% 0.46% -
HSV(B) 292.14º 0.77% 0.74% -
XYZ 26.66 14.02 49.45 -
YUV 98.2 179.24 179.21 -
System Red Green Blue C M Y K H S L
Decimal 170 44 189 0.10 0.77 0 0.26 292.14 0.62 0.46
Hex AA 2C BD A 4D 0 1A 124 3E 2E
Octal 252 54 275 12 115 0 32 444 76 56
Binary 10101010 101100 10111101 1010 1001101 0 11010 100100100 111110 101110

Color Harmonies of #AA2CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2CBD

Black with #AA2CBD

Text Example


Text Example

White with #AA2CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2CBD; }

 p { color: rgb(170,44,189); }

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

background-color css

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

 a { background-color: rgb(170,44,189); }

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

border-color css

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

 span { border-color: rgb(170,44,189); }

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