Html Css Color HEX #A25FEF Medium Purple

📋 copy color: '#A25FEF'

red 162 ◦ green 95 ◦ blue 239

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

Shades of Medium Purple #A25FEF

Tints of Medium Purple #A25FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.19%

R = 32.66%
G = 19.15%
B = 48.19%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A25FEF (or 0xA25FEF) is known color: Medium Purple. HEX triplet: A2, 5F and EF. RGB value is (162,95,239). Sum of RGB (Red+Green+Blue) = 162+95+239=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #A25FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25FEF is #5DA010. Grayscale: #828282. Windows color (decimal): -6135825 or 15687586. OLE color: 15687586.

HSL color Cylindrical-coordinate representation of color #A25FEF: hue angle of 267.92º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A25FEF is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 95 239 -
CMYK 0.32 0.60 0 0.06
HSL 267.92º 0.82% 0.65% -
HSV(B) 267.92º 0.6% 0.94% -
XYZ 34.57 22.1 84.1 -
YUV 131.45 188.7 149.79 -
System Red Green Blue C M Y K H S L
Decimal 162 95 239 0.32 0.60 0 0.06 267.92 0.82 0.65
Hex A2 5F EF 20 3C 0 6 10C 52 41
Octal 242 137 357 40 74 0 6 414 122 101
Binary 10100010 1011111 11101111 100000 111100 0 110 100001100 1010010 1000001

Color Harmonies of #A25FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FEF

Black with #A25FEF

Text Example


Text Example

White with #A25FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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