Html Css Color HEX #AA2FBB Dark Orchid

📋 copy color: '#AA2FBB'

red 170 ◦ green 47 ◦ blue 187

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

Shades of Dark Orchid #AA2FBB

Tints of Dark Orchid #AA2FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.29%

R = 42.08%
G = 11.63%
B = 46.29%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA2FBB (or 0xAA2FBB) is known color: Dark Orchid. HEX triplet: AA, 2F and BB. RGB value is (170,47,187). Sum of RGB (Red+Green+Blue) = 170+47+187=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA2FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2FBB is #55D044. Grayscale: #636363. Windows color (decimal): -5623877 or 12267434. OLE color: 12267434.

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

Color convert

RGB 170 47 187 -
CMYK 0.09 0.75 0 0.27
HSL 292.71º 0.6% 0.46% -
HSV(B) 292.71º 0.75% 0.73% -
XYZ 26.56 14.17 48.35 -
YUV 99.74 177.25 178.12 -
System Red Green Blue C M Y K H S L
Decimal 170 47 187 0.09 0.75 0 0.27 292.71 0.6 0.46
Hex AA 2F BB 9 4B 0 1B 125 3C 2E
Octal 252 57 273 11 113 0 33 445 74 56
Binary 10101010 101111 10111011 1001 1001011 0 11011 100100101 111100 101110

Color Harmonies of #AA2FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2FBB

Black with #AA2FBB

Text Example


Text Example

White with #AA2FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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