Html Css Color HEX #AA2FBC Dark Orchid

📋 copy color: '#AA2FBC'

red 170 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #AA2FBC

Tints of Dark Orchid #AA2FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 41.98%
G = 11.6%
B = 46.42%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA2FBC (or 0xAA2FBC) is known color: Dark Orchid. HEX triplet: AA, 2F and BC. RGB value is (170,47,188). Sum of RGB (Red+Green+Blue) = 170+47+188=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA2FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2FBC is #55D043. Grayscale: #636363. Windows color (decimal): -5623876 or 12332970. OLE color: 12332970.

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

Color convert

RGB 170 47 188 -
CMYK 0.10 0.75 0 0.26
HSL 292.34º 0.6% 0.46% -
HSV(B) 292.34º 0.75% 0.74% -
XYZ 26.67 14.21 48.91 -
YUV 99.85 177.75 178.04 -
System Red Green Blue C M Y K H S L
Decimal 170 47 188 0.10 0.75 0 0.26 292.34 0.6 0.46
Hex AA 2F BC A 4B 0 1A 124 3C 2E
Octal 252 57 274 12 113 0 32 444 74 56
Binary 10101010 101111 10111100 1010 1001011 0 11010 100100100 111100 101110

Color Harmonies of #AA2FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2FBC

Black with #AA2FBC

Text Example


Text Example

White with #AA2FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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