Html Css Color HEX #AA3BBC Dark Orchid

📋 copy color: '#AA3BBC'

red 170 ◦ green 59 ◦ blue 188

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

Shades of Dark Orchid #AA3BBC

Tints of Dark Orchid #AA3BBC

RGB

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

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

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

R = 40.77%
G = 14.15%
B = 45.08%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA3BBC (or 0xAA3BBC) is known color: Dark Orchid. HEX triplet: AA, 3B and BC. RGB value is (170,59,188). Sum of RGB (Red+Green+Blue) = 170+59+188=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA3BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3BBC is #55C443. Grayscale: #6A6A6A. Windows color (decimal): -5620804 or 12336042. OLE color: 12336042.

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

Color convert

RGB 170 59 188 -
CMYK 0.10 0.69 0 0.26
HSL 291.63º 0.52% 0.48% -
HSV(B) 291.63º 0.69% 0.74% -
XYZ 27.22 15.3 49.1 -
YUV 106.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 170 59 188 0.10 0.69 0 0.26 291.63 0.52 0.48
Hex AA 3B BC A 45 0 1A 124 34 30
Octal 252 73 274 12 105 0 32 444 64 60
Binary 10101010 111011 10111100 1010 1000101 0 11010 100100100 110100 110000

Color Harmonies of #AA3BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3BBC

Black with #AA3BBC

Text Example


Text Example

White with #AA3BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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