Html Css Color HEX #A25EFA Medium Purple

📋 copy color: '#A25EFA'

red 162 ◦ green 94 ◦ blue 250

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

Shades of Medium Purple #A25EFA

Tints of Medium Purple #A25EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.41%

R = 32.02%
G = 18.58%
B = 49.41%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A25EFA (or 0xA25EFA) is known color: Medium Purple. HEX triplet: A2, 5E and FA. RGB value is (162,94,250). Sum of RGB (Red+Green+Blue) = 162+94+250=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #A25EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25EFA is #5DA105. Grayscale: #838383. Windows color (decimal): -6136070 or 16408226. OLE color: 16408226.

HSL color Cylindrical-coordinate representation of color #A25EFA: hue angle of 266.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A25EFA is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 94 250 -
CMYK 0.35 0.62 0 0.02
HSL 266.15º 0.94% 0.67% -
HSV(B) 266.15º 0.62% 0.98% -
XYZ 36.16 22.59 92.9 -
YUV 132.12 194.53 149.32 -
System Red Green Blue C M Y K H S L
Decimal 162 94 250 0.35 0.62 0 0.02 266.15 0.94 0.67
Hex A2 5E FA 23 3E 0 2 10A 5E 43
Octal 242 136 372 43 76 0 2 412 136 103
Binary 10100010 1011110 11111010 100011 111110 0 10 100001010 1011110 1000011

Color Harmonies of #A25EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25EFA

Black with #A25EFA

Text Example


Text Example

White with #A25EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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