Html Css Color HEX #AA3CBB Dark Orchid

📋 copy color: '#AA3CBB'

red 170 ◦ green 60 ◦ blue 187

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

Shades of Dark Orchid #AA3CBB

Tints of Dark Orchid #AA3CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.39%

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

R = 40.77%
G = 14.39%
B = 44.84%

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

#AA3CBB (or 0xAA3CBB) is known color: Dark Orchid. HEX triplet: AA, 3C and BB. RGB value is (170,60,187). Sum of RGB (Red+Green+Blue) = 170+60+187=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA3CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CBB is #55C344. Grayscale: #6A6A6A. Windows color (decimal): -5620549 or 12270762. OLE color: 12270762.

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

Color convert

RGB 170 60 187 -
CMYK 0.09 0.68 0 0.27
HSL 291.97º 0.51% 0.48% -
HSV(B) 291.97º 0.68% 0.73% -
XYZ 27.16 15.37 48.55 -
YUV 107.37 172.94 172.67 -
System Red Green Blue C M Y K H S L
Decimal 170 60 187 0.09 0.68 0 0.27 291.97 0.51 0.48
Hex AA 3C BB 9 44 0 1B 124 33 30
Octal 252 74 273 11 104 0 33 444 63 60
Binary 10101010 111100 10111011 1001 1000100 0 11011 100100100 110011 110000

Color Harmonies of #AA3CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3CBB

Black with #AA3CBB

Text Example


Text Example

White with #AA3CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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