Html Css Color HEX #A952C9 Medium Orchid

📋 copy color: '#A952C9'

red 169 ◦ green 82 ◦ blue 201

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

Shades of Medium Orchid #A952C9

Tints of Medium Orchid #A952C9

RGB

 RED value IS 169 (66.41% from 255) = 37.39%

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

 BLUE value IS 201 (78.91% from 255) = 44.47%

R = 37.39%
G = 18.14%
B = 44.47%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A952C9 (or 0xA952C9) is known color: Medium Orchid. HEX triplet: A9, 52 and C9. RGB value is (169,82,201). Sum of RGB (Red+Green+Blue) = 169+82+201=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #A952C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A952C9 is #56AD36. Grayscale: #797979. Windows color (decimal): -5680439 or 13193897. OLE color: 13193897.

HSL color Cylindrical-coordinate representation of color #A952C9: hue angle of 283.87º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A952C9 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 82 201 -
CMYK 0.16 0.59 0 0.21
HSL 283.87º 0.52% 0.55% -
HSV(B) 283.87º 0.59% 0.79% -
XYZ 29.92 18.69 57.29 -
YUV 121.58 172.82 161.82 -
System Red Green Blue C M Y K H S L
Decimal 169 82 201 0.16 0.59 0 0.21 283.87 0.52 0.55
Hex A9 52 C9 10 3B 0 15 11C 34 37
Octal 251 122 311 20 73 0 25 434 64 67
Binary 10101001 1010010 11001001 10000 111011 0 10101 100011100 110100 110111

Color Harmonies of #A952C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A952C9

Black with #A952C9

Text Example


Text Example

White with #A952C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A952C9; }

 p { color: rgb(169,82,201); }

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

background-color css

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

 a { background-color: rgb(169,82,201); }

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

border-color css

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

 span { border-color: rgb(169,82,201); }

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