Html Css Color HEX #A952CD Medium Orchid

📋 copy color: '#A952CD'

red 169 ◦ green 82 ◦ blue 205

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

Shades of Medium Orchid #A952CD

Tints of Medium Orchid #A952CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 37.06%
G = 17.98%
B = 44.96%

CMYK

 C value IS 0.18

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A952CD (or 0xA952CD) is known color: Medium Orchid. HEX triplet: A9, 52 and CD. RGB value is (169,82,205). Sum of RGB (Red+Green+Blue) = 169+82+205=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #A952CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A952CD is #56AD32. Grayscale: #797979. Windows color (decimal): -5680435 or 13456041. OLE color: 13456041.

HSL color Cylindrical-coordinate representation of color #A952CD: hue angle of 282.44º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A952CD is Cyan = 0.18, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 82 205 -
CMYK 0.18 0.6 0 0.20
HSL 282.44º 0.55% 0.56% -
HSV(B) 282.44º 0.6% 0.8% -
XYZ 30.4 18.88 59.8 -
YUV 122.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 169 82 205 0.18 0.6 0 0.20 282.44 0.55 0.56
Hex A9 52 CD 12 3C 0 14 11A 37 38
Octal 251 122 315 22 74 0 24 432 67 70
Binary 10101001 1010010 11001101 10010 111100 0 10100 100011010 110111 111000

Color Harmonies of #A952CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A952CD

Black with #A952CD

Text Example


Text Example

White with #A952CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A952CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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