Html Css Color HEX #A25FEE Medium Purple

📋 copy color: '#A25FEE'

red 162 ◦ green 95 ◦ blue 238

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

Shades of Medium Purple #A25FEE

Tints of Medium Purple #A25FEE

RGB

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

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

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

R = 32.73%
G = 19.19%
B = 48.08%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A25FEE (or 0xA25FEE) is known color: Medium Purple. HEX triplet: A2, 5F and EE. RGB value is (162,95,238). Sum of RGB (Red+Green+Blue) = 162+95+238=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #A25FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25FEE is #5DA011. Grayscale: #828282. Windows color (decimal): -6135826 or 15622050. OLE color: 15622050.

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

Color convert

RGB 162 95 238 -
CMYK 0.32 0.60 0 0.07
HSL 268.11º 0.81% 0.65% -
HSV(B) 268.11º 0.6% 0.93% -
XYZ 34.43 22.04 83.33 -
YUV 131.34 188.2 149.87 -
System Red Green Blue C M Y K H S L
Decimal 162 95 238 0.32 0.60 0 0.07 268.11 0.81 0.65
Hex A2 5F EE 20 3C 0 7 10C 51 41
Octal 242 137 356 40 74 0 7 414 121 101
Binary 10100010 1011111 11101110 100000 111100 0 111 100001100 1010001 1000001

Color Harmonies of #A25FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FEE

Black with #A25FEE

Text Example


Text Example

White with #A25FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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