Html Css Color HEX #A25EEE Medium Purple

📋 copy color: '#A25EEE'

red 162 ◦ green 94 ◦ blue 238

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

Shades of Medium Purple #A25EEE

Tints of Medium Purple #A25EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.18%

R = 32.79%
G = 19.03%
B = 48.18%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A25EEE (or 0xA25EEE) is known color: Medium Purple. HEX triplet: A2, 5E and EE. RGB value is (162,94,238). Sum of RGB (Red+Green+Blue) = 162+94+238=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #A25EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25EEE is #5DA111. Grayscale: #828282. Windows color (decimal): -6136082 or 15621794. OLE color: 15621794.

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

Color convert

RGB 162 94 238 -
CMYK 0.32 0.61 0 0.07
HSL 268.33º 0.81% 0.65% -
HSV(B) 268.33º 0.61% 0.93% -
XYZ 34.34 21.86 83.3 -
YUV 130.75 188.53 150.29 -
System Red Green Blue C M Y K H S L
Decimal 162 94 238 0.32 0.61 0 0.07 268.33 0.81 0.65
Hex A2 5E EE 20 3D 0 7 10C 51 41
Octal 242 136 356 40 75 0 7 414 121 101
Binary 10100010 1011110 11101110 100000 111101 0 111 100001100 1010001 1000001

Color Harmonies of #A25EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25EEE

Black with #A25EEE

Text Example


Text Example

White with #A25EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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