Html Css Color HEX #A25CF9 Medium Purple

📋 copy color: '#A25CF9'

red 162 ◦ green 92 ◦ blue 249

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

Shades of Medium Purple #A25CF9

Tints of Medium Purple #A25CF9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.29%

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

R = 32.21%
G = 18.29%
B = 49.5%

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

#A25CF9 (or 0xA25CF9) is known color: Medium Purple. HEX triplet: A2, 5C and F9. RGB value is (162,92,249). Sum of RGB (Red+Green+Blue) = 162+92+249=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #A25CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25CF9 is #5DA306. Grayscale: #828282. Windows color (decimal): -6136583 or 16342178. OLE color: 16342178.

HSL color Cylindrical-coordinate representation of color #A25CF9: hue angle of 266.75º 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 #A25CF9 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 92 249 -
CMYK 0.35 0.63 0 0.02
HSL 266.75º 0.93% 0.67% -
HSV(B) 266.75º 0.63% 0.98% -
XYZ 35.83 22.18 92.01 -
YUV 130.83 194.69 150.23 -
System Red Green Blue C M Y K H S L
Decimal 162 92 249 0.35 0.63 0 0.02 266.75 0.93 0.67
Hex A2 5C F9 23 3F 0 2 10B 5D 43
Octal 242 134 371 43 77 0 2 413 135 103
Binary 10100010 1011100 11111001 100011 111111 0 10 100001011 1011101 1000011

Color Harmonies of #A25CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25CF9

Black with #A25CF9

Text Example


Text Example

White with #A25CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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