Html Css Color HEX #AA3CC0 Dark Orchid

📋 copy color: '#AA3CC0'

red 170 ◦ green 60 ◦ blue 192

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

Shades of Dark Orchid #AA3CC0

Tints of Dark Orchid #AA3CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.5%

R = 40.28%
G = 14.22%
B = 45.5%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA3CC0 (or 0xAA3CC0) is known color: Dark Orchid. HEX triplet: AA, 3C and C0. RGB value is (170,60,192). Sum of RGB (Red+Green+Blue) = 170+60+192=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA3CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA3CC0 is #55C33F. Grayscale: #6B6B6B. Windows color (decimal): -5620544 or 12598442. OLE color: 12598442.

HSL color Cylindrical-coordinate representation of color #AA3CC0: hue angle of 290º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3CC0 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 60 192 -
CMYK 0.11 0.69 0 0.25
HSL 290º 0.52% 0.49% -
HSV(B) 290º 0.69% 0.75% -
XYZ 27.71 15.58 51.42 -
YUV 107.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 170 60 192 0.11 0.69 0 0.25 290 0.52 0.49
Hex AA 3C C0 B 45 0 19 122 34 31
Octal 252 74 300 13 105 0 31 442 64 61
Binary 10101010 111100 11000000 1011 1000101 0 11001 100100010 110100 110001

Color Harmonies of #AA3CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3CC0

Black with #AA3CC0

Text Example


Text Example

White with #AA3CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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