Html Css Color HEX #AA52CF Medium Orchid

📋 copy color: '#AA52CF'

red 170 ◦ green 82 ◦ blue 207

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

Shades of Medium Orchid #AA52CF

Tints of Medium Orchid #AA52CF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.86%

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 37.04%
G = 17.86%
B = 45.1%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA52CF (or 0xAA52CF) is known color: Medium Orchid. HEX triplet: AA, 52 and CF. RGB value is (170,82,207). Sum of RGB (Red+Green+Blue) = 170+82+207=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA52CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52CF is #55AD30. Grayscale: #7A7A7A. Windows color (decimal): -5614897 or 13587114. OLE color: 13587114.

HSL color Cylindrical-coordinate representation of color #AA52CF: hue angle of 282.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA52CF is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 82 207 -
CMYK 0.18 0.60 0 0.19
HSL 282.24º 0.57% 0.57% -
HSV(B) 282.24º 0.6% 0.81% -
XYZ 30.86 19.09 61.09 -
YUV 122.56 175.65 161.84 -
System Red Green Blue C M Y K H S L
Decimal 170 82 207 0.18 0.60 0 0.19 282.24 0.57 0.57
Hex AA 52 CF 12 3C 0 13 11A 39 39
Octal 252 122 317 22 74 0 23 432 71 71
Binary 10101010 1010010 11001111 10010 111100 0 10011 100011010 111001 111001

Color Harmonies of #AA52CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA52CF

Black with #AA52CF

Text Example


Text Example

White with #AA52CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA52CF; }

 p { color: rgb(170,82,207); }

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

background-color css

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

 a { background-color: rgb(170,82,207); }

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

border-color css

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

 span { border-color: rgb(170,82,207); }

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