Html Css Color HEX #A25EEA Medium Purple

📋 copy color: '#A25EEA'

red 162 ◦ green 94 ◦ blue 234

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

Shades of Medium Purple #A25EEA

Tints of Medium Purple #A25EEA

RGB

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

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

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

R = 33.06%
G = 19.18%
B = 47.76%

CMYK

 C value IS 0.31

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A25EEA (or 0xA25EEA) is known color: Medium Purple. HEX triplet: A2, 5E and EA. RGB value is (162,94,234). Sum of RGB (Red+Green+Blue) = 162+94+234=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #A25EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25EEA is #5DA115. Grayscale: #818181. Windows color (decimal): -6136086 or 15359650. OLE color: 15359650.

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

Color convert

RGB 162 94 234 -
CMYK 0.31 0.60 0 0.08
HSL 269.14º 0.77% 0.64% -
HSV(B) 269.14º 0.6% 0.92% -
XYZ 33.75 21.63 80.24 -
YUV 130.29 186.53 150.62 -
System Red Green Blue C M Y K H S L
Decimal 162 94 234 0.31 0.60 0 0.08 269.14 0.77 0.64
Hex A2 5E EA 1F 3C 0 8 10D 4D 40
Octal 242 136 352 37 74 0 10 415 115 100
Binary 10100010 1011110 11101010 11111 111100 0 1000 100001101 1001101 1000000

Color Harmonies of #A25EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25EEA

Black with #A25EEA

Text Example


Text Example

White with #A25EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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