Html Css Color HEX #AA3FBB Dark Orchid

📋 copy color: '#AA3FBB'

red 170 ◦ green 63 ◦ blue 187

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

Shades of Dark Orchid #AA3FBB

Tints of Dark Orchid #AA3FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 15%

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

R = 40.48%
G = 15%
B = 44.52%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA3FBB (or 0xAA3FBB) is known color: Dark Orchid. HEX triplet: AA, 3F and BB. RGB value is (170,63,187). Sum of RGB (Red+Green+Blue) = 170+63+187=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA3FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3FBB is #55C044. Grayscale: #6C6C6C. Windows color (decimal): -5619781 or 12271530. OLE color: 12271530.

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

Color convert

RGB 170 63 187 -
CMYK 0.09 0.66 0 0.27
HSL 291.77º 0.5% 0.49% -
HSV(B) 291.77º 0.66% 0.73% -
XYZ 27.32 15.69 48.6 -
YUV 109.13 171.95 171.42 -
System Red Green Blue C M Y K H S L
Decimal 170 63 187 0.09 0.66 0 0.27 291.77 0.5 0.49
Hex AA 3F BB 9 42 0 1B 124 32 31
Octal 252 77 273 11 102 0 33 444 62 61
Binary 10101010 111111 10111011 1001 1000010 0 11011 100100100 110010 110001

Color Harmonies of #AA3FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3FBB

Black with #AA3FBB

Text Example


Text Example

White with #AA3FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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