Html Css Color HEX #A25BF9 Medium Purple

📋 copy color: '#A25BF9'

red 162 ◦ green 91 ◦ blue 249

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

Shades of Medium Purple #A25BF9

Tints of Medium Purple #A25BF9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.13%

 BLUE value IS 249 (97.66% from 255) = 49.6%

R = 32.27%
G = 18.13%
B = 49.6%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A25BF9 (or 0xA25BF9) is known color: Medium Purple. HEX triplet: A2, 5B and F9. RGB value is (162,91,249). Sum of RGB (Red+Green+Blue) = 162+91+249=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #A25BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25BF9 is #5DA406. Grayscale: #818181. Windows color (decimal): -6136839 or 16341922. OLE color: 16341922.

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

Color convert

RGB 162 91 249 -
CMYK 0.35 0.63 0 0.02
HSL 266.96º 0.93% 0.67% -
HSV(B) 266.96º 0.63% 0.98% -
XYZ 35.74 22 91.99 -
YUV 130.24 195.02 150.65 -
System Red Green Blue C M Y K H S L
Decimal 162 91 249 0.35 0.63 0 0.02 266.96 0.93 0.67
Hex A2 5B F9 23 3F 0 2 10B 5D 43
Octal 242 133 371 43 77 0 2 413 135 103
Binary 10100010 1011011 11111001 100011 111111 0 10 100001011 1011101 1000011

Color Harmonies of #A25BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BF9

Black with #A25BF9

Text Example


Text Example

White with #A25BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BF9; }

 p { color: rgb(162,91,249); }

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

background-color css

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

 a { background-color: rgb(162,91,249); }

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

border-color css

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

 span { border-color: rgb(162,91,249); }

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