Html Css Color HEX #A952EC Medium Orchid

📋 copy color: '#A952EC'

red 169 ◦ green 82 ◦ blue 236

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

Shades of Medium Orchid #A952EC

Tints of Medium Orchid #A952EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.46%

R = 34.7%
G = 16.84%
B = 48.46%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A952EC (or 0xA952EC) is known color: Medium Orchid. HEX triplet: A9, 52 and EC. RGB value is (169,82,236). Sum of RGB (Red+Green+Blue) = 169+82+236=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #A952EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A952EC is #56AD13. Grayscale: #7D7D7D. Windows color (decimal): -5680404 or 15487657. OLE color: 15487657.

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

Color convert

RGB 169 82 236 -
CMYK 0.28 0.65 0 0.07
HSL 273.9º 0.8% 0.62% -
HSV(B) 273.9º 0.65% 0.93% -
XYZ 34.52 20.53 81.5 -
YUV 125.57 190.32 158.98 -
System Red Green Blue C M Y K H S L
Decimal 169 82 236 0.28 0.65 0 0.07 273.9 0.8 0.62
Hex A9 52 EC 1C 41 0 7 112 50 3E
Octal 251 122 354 34 101 0 7 422 120 76
Binary 10101001 1010010 11101100 11100 1000001 0 111 100010010 1010000 111110

Color Harmonies of #A952EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A952EC

Black with #A952EC

Text Example


Text Example

White with #A952EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A952EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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