Html Css Color HEX #A25EFD Medium Purple

📋 copy color: '#A25EFD'

red 162 ◦ green 94 ◦ blue 253

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

Shades of Medium Purple #A25EFD

Tints of Medium Purple #A25EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 31.83%
G = 18.47%
B = 49.71%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A25EFD (or 0xA25EFD) is known color: Medium Purple. HEX triplet: A2, 5E and FD. RGB value is (162,94,253). Sum of RGB (Red+Green+Blue) = 162+94+253=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #A25EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25EFD is #5DA102. Grayscale: #838383. Windows color (decimal): -6136067 or 16604834. OLE color: 16604834.

HSL color Cylindrical-coordinate representation of color #A25EFD: hue angle of 265.66º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A25EFD is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 94 253 -
CMYK 0.36 0.63 0 0.01
HSL 265.66º 0.98% 0.68% -
HSV(B) 265.66º 0.63% 0.99% -
XYZ 36.63 22.78 95.39 -
YUV 132.46 196.03 149.07 -
System Red Green Blue C M Y K H S L
Decimal 162 94 253 0.36 0.63 0 0.01 265.66 0.98 0.68
Hex A2 5E FD 24 3F 0 1 10A 62 44
Octal 242 136 375 44 77 0 1 412 142 104
Binary 10100010 1011110 11111101 100100 111111 0 1 100001010 1100010 1000100

Color Harmonies of #A25EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25EFD

Black with #A25EFD

Text Example


Text Example

White with #A25EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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