Html Css Color HEX #AA3ABB Dark Orchid

📋 copy color: '#AA3ABB'

red 170 ◦ green 58 ◦ blue 187

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

Shades of Dark Orchid #AA3ABB

Tints of Dark Orchid #AA3ABB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.98%

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

R = 40.96%
G = 13.98%
B = 45.06%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA3ABB (or 0xAA3ABB) is known color: Dark Orchid. HEX triplet: AA, 3A and BB. RGB value is (170,58,187). Sum of RGB (Red+Green+Blue) = 170+58+187=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA3ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3ABB is #55C544. Grayscale: #696969. Windows color (decimal): -5621061 or 12270250. OLE color: 12270250.

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

Color convert

RGB 170 58 187 -
CMYK 0.09 0.69 0 0.27
HSL 292.09º 0.53% 0.48% -
HSV(B) 292.09º 0.69% 0.73% -
XYZ 27.06 15.16 48.51 -
YUV 106.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 170 58 187 0.09 0.69 0 0.27 292.09 0.53 0.48
Hex AA 3A BB 9 45 0 1B 124 35 30
Octal 252 72 273 11 105 0 33 444 65 60
Binary 10101010 111010 10111011 1001 1000101 0 11011 100100100 110101 110000

Color Harmonies of #AA3ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3ABB

Black with #AA3ABB

Text Example


Text Example

White with #AA3ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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