Html Css Color HEX #A952ED Medium Orchid

📋 copy color: '#A952ED'

red 169 ◦ green 82 ◦ blue 237

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

Shades of Medium Orchid #A952ED

Tints of Medium Orchid #A952ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.57%

R = 34.63%
G = 16.8%
B = 48.57%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A952ED (or 0xA952ED) is known color: Medium Orchid. HEX triplet: A9, 52 and ED. RGB value is (169,82,237). Sum of RGB (Red+Green+Blue) = 169+82+237=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #A952ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A952ED is #56AD12. Grayscale: #7D7D7D. Windows color (decimal): -5680403 or 15553193. OLE color: 15553193.

HSL color Cylindrical-coordinate representation of color #A952ED: hue angle of 273.68º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A952ED is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 82 237 -
CMYK 0.29 0.65 0 0.07
HSL 273.68º 0.81% 0.63% -
HSV(B) 273.68º 0.65% 0.93% -
XYZ 34.67 20.58 82.27 -
YUV 125.68 190.82 158.9 -
System Red Green Blue C M Y K H S L
Decimal 169 82 237 0.29 0.65 0 0.07 273.68 0.81 0.63
Hex A9 52 ED 1D 41 0 7 112 51 3F
Octal 251 122 355 35 101 0 7 422 121 77
Binary 10101001 1010010 11101101 11101 1000001 0 111 100010010 1010001 111111

Color Harmonies of #A952ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A952ED

Black with #A952ED

Text Example


Text Example

White with #A952ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A952ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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