Html Css Color HEX #A25FEA Medium Purple

📋 copy color: '#A25FEA'

red 162 ◦ green 95 ◦ blue 234

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

Shades of Medium Purple #A25FEA

Tints of Medium Purple #A25FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.66%

R = 32.99%
G = 19.35%
B = 47.66%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A25FEA (or 0xA25FEA) is known color: Medium Purple. HEX triplet: A2, 5F and EA. RGB value is (162,95,234). Sum of RGB (Red+Green+Blue) = 162+95+234=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #A25FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25FEA is #5DA015. Grayscale: #828282. Windows color (decimal): -6135830 or 15359906. OLE color: 15359906.

HSL color Cylindrical-coordinate representation of color #A25FEA: hue angle of 268.92º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A25FEA is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 95 234 -
CMYK 0.31 0.59 0 0.08
HSL 268.92º 0.77% 0.65% -
HSV(B) 268.92º 0.59% 0.92% -
XYZ 33.84 21.81 80.27 -
YUV 130.88 186.2 150.2 -
System Red Green Blue C M Y K H S L
Decimal 162 95 234 0.31 0.59 0 0.08 268.92 0.77 0.65
Hex A2 5F EA 1F 3B 0 8 10D 4D 41
Octal 242 137 352 37 73 0 10 415 115 101
Binary 10100010 1011111 11101010 11111 111011 0 1000 100001101 1001101 1000001

Color Harmonies of #A25FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FEA

Black with #A25FEA

Text Example


Text Example

White with #A25FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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