Html Css Color HEX #A25FEC Medium Purple

📋 copy color: '#A25FEC'

red 162 ◦ green 95 ◦ blue 236

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

Shades of Medium Purple #A25FEC

Tints of Medium Purple #A25FEC

RGB

 RED value IS 162 (63.67% from 255) = 32.86%

 GREEN value IS 95 (37.5% from 255) = 19.27%

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

R = 32.86%
G = 19.27%
B = 47.87%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A25FEC (or 0xA25FEC) is known color: Medium Purple. HEX triplet: A2, 5F and EC. RGB value is (162,95,236). Sum of RGB (Red+Green+Blue) = 162+95+236=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #A25FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25FEC is #5DA013. Grayscale: #828282. Windows color (decimal): -6135828 or 15490978. OLE color: 15490978.

HSL color Cylindrical-coordinate representation of color #A25FEC: hue angle of 268.51º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A25FEC is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 95 236 -
CMYK 0.31 0.60 0 0.07
HSL 268.51º 0.79% 0.65% -
HSV(B) 268.51º 0.6% 0.93% -
XYZ 34.13 21.92 81.79 -
YUV 131.11 187.2 150.04 -
System Red Green Blue C M Y K H S L
Decimal 162 95 236 0.31 0.60 0 0.07 268.51 0.79 0.65
Hex A2 5F EC 1F 3C 0 7 10D 4F 41
Octal 242 137 354 37 74 0 7 415 117 101
Binary 10100010 1011111 11101100 11111 111100 0 111 100001101 1001111 1000001

Color Harmonies of #A25FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FEC

Black with #A25FEC

Text Example


Text Example

White with #A25FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FEC; }

 p { color: rgb(162,95,236); }

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

background-color css

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

 a { background-color: rgb(162,95,236); }

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

border-color css

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

 span { border-color: rgb(162,95,236); }

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