Html Css Color HEX #AA2BBF Dark Orchid

📋 copy color: '#AA2BBF'

red 170 ◦ green 43 ◦ blue 191

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

Shades of Dark Orchid #AA2BBF

Tints of Dark Orchid #AA2BBF

RGB

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

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

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

R = 42.08%
G = 10.64%
B = 47.28%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA2BBF (or 0xAA2BBF) is known color: Dark Orchid. HEX triplet: AA, 2B and BF. RGB value is (170,43,191). Sum of RGB (Red+Green+Blue) = 170+43+191=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA2BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BBF is #55D440. Grayscale: #616161. Windows color (decimal): -5624897 or 12528554. OLE color: 12528554.

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

Color convert

RGB 170 43 191 -
CMYK 0.11 0.77 0 0.25
HSL 291.49º 0.63% 0.46% -
HSV(B) 291.49º 0.77% 0.75% -
XYZ 26.85 14.04 50.58 -
YUV 97.85 180.58 179.47 -
System Red Green Blue C M Y K H S L
Decimal 170 43 191 0.11 0.77 0 0.25 291.49 0.63 0.46
Hex AA 2B BF B 4D 0 19 123 3F 2E
Octal 252 53 277 13 115 0 31 443 77 56
Binary 10101010 101011 10111111 1011 1001101 0 11001 100100011 111111 101110

Color Harmonies of #AA2BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2BBF

Black with #AA2BBF

Text Example


Text Example

White with #AA2BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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