Html Css Color HEX #AA3BBB Dark Orchid

📋 copy color: '#AA3BBB'

red 170 ◦ green 59 ◦ blue 187

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

Shades of Dark Orchid #AA3BBB

Tints of Dark Orchid #AA3BBB

RGB

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

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

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

R = 40.87%
G = 14.18%
B = 44.95%

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

#AA3BBB (or 0xAA3BBB) is known color: Dark Orchid. HEX triplet: AA, 3B and BB. RGB value is (170,59,187). Sum of RGB (Red+Green+Blue) = 170+59+187=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA3BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BBB is #55C444. Grayscale: #6A6A6A. Windows color (decimal): -5620805 or 12270506. OLE color: 12270506.

HSL color Cylindrical-coordinate representation of color #AA3BBB: hue angle of 292.03º 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 #AA3BBB is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 59 187 -
CMYK 0.09 0.68 0 0.27
HSL 292.03º 0.52% 0.48% -
HSV(B) 292.03º 0.68% 0.73% -
XYZ 27.11 15.26 48.53 -
YUV 106.78 173.27 173.09 -
System Red Green Blue C M Y K H S L
Decimal 170 59 187 0.09 0.68 0 0.27 292.03 0.52 0.48
Hex AA 3B BB 9 44 0 1B 124 34 30
Octal 252 73 273 11 104 0 33 444 64 60
Binary 10101010 111011 10111011 1001 1000100 0 11011 100100100 110100 110000

Color Harmonies of #AA3BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3BBB

Black with #AA3BBB

Text Example


Text Example

White with #AA3BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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