Html Css Color HEX #AA4BDA Medium Orchid

📋 copy color: '#AA4BDA'

red 170 ◦ green 75 ◦ blue 218

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

Shades of Medium Orchid #AA4BDA

Tints of Medium Orchid #AA4BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 36.72%
G = 16.2%
B = 47.08%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA4BDA (or 0xAA4BDA) is known color: Medium Orchid. HEX triplet: AA, 4B and DA. RGB value is (170,75,218). Sum of RGB (Red+Green+Blue) = 170+75+218=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA4BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4BDA is #55B425. Grayscale: #777777. Windows color (decimal): -5616678 or 14306218. OLE color: 14306218.

HSL color Cylindrical-coordinate representation of color #AA4BDA: hue angle of 279.86º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA4BDA is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 75 218 -
CMYK 0.22 0.66 0 0.15
HSL 279.86º 0.66% 0.57% -
HSV(B) 279.86º 0.66% 0.85% -
XYZ 31.75 18.64 68.25 -
YUV 119.71 183.47 163.87 -
System Red Green Blue C M Y K H S L
Decimal 170 75 218 0.22 0.66 0 0.15 279.86 0.66 0.57
Hex AA 4B DA 16 42 0 F 118 42 39
Octal 252 113 332 26 102 0 17 430 102 71
Binary 10101010 1001011 11011010 10110 1000010 0 1111 100011000 1000010 111001

Color Harmonies of #AA4BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4BDA

Black with #AA4BDA

Text Example


Text Example

White with #AA4BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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