Html Css Color HEX #AA3BBA Dark Orchid

📋 copy color: '#AA3BBA'

red 170 ◦ green 59 ◦ blue 186

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

Shades of Dark Orchid #AA3BBA

Tints of Dark Orchid #AA3BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.22%

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 40.96%
G = 14.22%
B = 44.82%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA3BBA (or 0xAA3BBA) is known color: Dark Orchid. HEX triplet: AA, 3B and BA. RGB value is (170,59,186). Sum of RGB (Red+Green+Blue) = 170+59+186=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA3BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BBA is #55C445. Grayscale: #6A6A6A. Windows color (decimal): -5620806 or 12204970. OLE color: 12204970.

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

Color convert

RGB 170 59 186 -
CMYK 0.09 0.68 0 0.27
HSL 292.44º 0.52% 0.48% -
HSV(B) 292.44º 0.68% 0.73% -
XYZ 27 15.22 47.97 -
YUV 106.67 172.77 173.17 -
System Red Green Blue C M Y K H S L
Decimal 170 59 186 0.09 0.68 0 0.27 292.44 0.52 0.48
Hex AA 3B BA 9 44 0 1B 124 34 30
Octal 252 73 272 11 104 0 33 444 64 60
Binary 10101010 111011 10111010 1001 1000100 0 11011 100100100 110100 110000

Color Harmonies of #AA3BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3BBA

Black with #AA3BBA

Text Example


Text Example

White with #AA3BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3BBA; }

 p { color: rgb(170,59,186); }

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

background-color css

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

 a { background-color: rgb(170,59,186); }

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

border-color css

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

 span { border-color: rgb(170,59,186); }

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