Html Css Color HEX #AA4BD0 Medium Orchid

📋 copy color: '#AA4BD0'

red 170 ◦ green 75 ◦ blue 208

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

Shades of Medium Orchid #AA4BD0

Tints of Medium Orchid #AA4BD0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.56%

 BLUE value IS 208 (81.64% from 255) = 45.92%

R = 37.53%
G = 16.56%
B = 45.92%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA4BD0 (or 0xAA4BD0) is known color: Medium Orchid. HEX triplet: AA, 4B and D0. RGB value is (170,75,208). Sum of RGB (Red+Green+Blue) = 170+75+208=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA4BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4BD0 is #55B42F. Grayscale: #767676. Windows color (decimal): -5616688 or 13650858. OLE color: 13650858.

HSL color Cylindrical-coordinate representation of color #AA4BD0: hue angle of 282.86º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4BD0 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 75 208 -
CMYK 0.18 0.64 0 0.18
HSL 282.86º 0.59% 0.55% -
HSV(B) 282.86º 0.64% 0.82% -
XYZ 30.48 18.13 61.57 -
YUV 118.57 178.47 164.69 -
System Red Green Blue C M Y K H S L
Decimal 170 75 208 0.18 0.64 0 0.18 282.86 0.59 0.55
Hex AA 4B D0 12 40 0 12 11B 3B 37
Octal 252 113 320 22 100 0 22 433 73 67
Binary 10101010 1001011 11010000 10010 1000000 0 10010 100011011 111011 110111

Color Harmonies of #AA4BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4BD0

Black with #AA4BD0

Text Example


Text Example

White with #AA4BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4BD0; }

 p { color: rgb(170,75,208); }

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

background-color css

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

 a { background-color: rgb(170,75,208); }

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

border-color css

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

 span { border-color: rgb(170,75,208); }

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