Html Css Color HEX #A25EEC Medium Purple

📋 copy color: '#A25EEC'

red 162 ◦ green 94 ◦ blue 236

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

Shades of Medium Purple #A25EEC

Tints of Medium Purple #A25EEC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.11%

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

R = 32.93%
G = 19.11%
B = 47.97%

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

#A25EEC (or 0xA25EEC) is known color: Medium Purple. HEX triplet: A2, 5E and EC. RGB value is (162,94,236). Sum of RGB (Red+Green+Blue) = 162+94+236=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #A25EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25EEC is #5DA113. Grayscale: #828282. Windows color (decimal): -6136084 or 15490722. OLE color: 15490722.

HSL color Cylindrical-coordinate representation of color #A25EEC: hue angle of 268.73º 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 #A25EEC is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 94 236 -
CMYK 0.31 0.60 0 0.07
HSL 268.73º 0.79% 0.65% -
HSV(B) 268.73º 0.6% 0.93% -
XYZ 34.04 21.74 81.76 -
YUV 130.52 187.53 150.45 -
System Red Green Blue C M Y K H S L
Decimal 162 94 236 0.31 0.60 0 0.07 268.73 0.79 0.65
Hex A2 5E EC 1F 3C 0 7 10D 4F 41
Octal 242 136 354 37 74 0 7 415 117 101
Binary 10100010 1011110 11101100 11111 111100 0 111 100001101 1001111 1000001

Color Harmonies of #A25EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25EEC

Black with #A25EEC

Text Example


Text Example

White with #A25EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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