Html Css Color HEX #A952CA Medium Orchid

📋 copy color: '#A952CA'

red 169 ◦ green 82 ◦ blue 202

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

Shades of Medium Orchid #A952CA

Tints of Medium Orchid #A952CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.59%

R = 37.31%
G = 18.1%
B = 44.59%

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

#A952CA (or 0xA952CA) is known color: Medium Orchid. HEX triplet: A9, 52 and CA. RGB value is (169,82,202). Sum of RGB (Red+Green+Blue) = 169+82+202=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #A952CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A952CA is #56AD35. Grayscale: #797979. Windows color (decimal): -5680438 or 13259433. OLE color: 13259433.

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

Color convert

RGB 169 82 202 -
CMYK 0.16 0.59 0 0.21
HSL 283.5º 0.53% 0.56% -
HSV(B) 283.5º 0.59% 0.79% -
XYZ 30.04 18.73 57.91 -
YUV 121.69 173.32 161.74 -
System Red Green Blue C M Y K H S L
Decimal 169 82 202 0.16 0.59 0 0.21 283.5 0.53 0.56
Hex A9 52 CA 10 3B 0 15 11C 35 38
Octal 251 122 312 20 73 0 25 434 65 70
Binary 10101001 1010010 11001010 10000 111011 0 10101 100011100 110101 111000

Color Harmonies of #A952CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A952CA

Black with #A952CA

Text Example


Text Example

White with #A952CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A952CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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