Html Css Color HEX #A952D9 Medium Orchid

📋 copy color: '#A952D9'

red 169 ◦ green 82 ◦ blue 217

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

Shades of Medium Orchid #A952D9

Tints of Medium Orchid #A952D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.37%

R = 36.11%
G = 17.52%
B = 46.37%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A952D9 (or 0xA952D9) is known color: Medium Orchid. HEX triplet: A9, 52 and D9. RGB value is (169,82,217). Sum of RGB (Red+Green+Blue) = 169+82+217=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 217 - color contains mainly: blue. Hex color #A952D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A952D9 is #56AD26. Grayscale: #7A7A7A. Windows color (decimal): -5680423 or 14242473. OLE color: 14242473.

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

Color convert

RGB 169 82 217 -
CMYK 0.22 0.62 0 0.15
HSL 278.67º 0.64% 0.59% -
HSV(B) 278.67º 0.62% 0.85% -
XYZ 31.9 19.48 67.72 -
YUV 123.4 180.82 160.52 -
System Red Green Blue C M Y K H S L
Decimal 169 82 217 0.22 0.62 0 0.15 278.67 0.64 0.59
Hex A9 52 D9 16 3E 0 F 117 40 3B
Octal 251 122 331 26 76 0 17 427 100 73
Binary 10101001 1010010 11011001 10110 111110 0 1111 100010111 1000000 111011

Color Harmonies of #A952D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A952D9

Black with #A952D9

Text Example


Text Example

White with #A952D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A952D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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