Html Css Color HEX #A25AF4 Medium Purple

📋 copy color: '#A25AF4'

red 162 ◦ green 90 ◦ blue 244

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

Shades of Medium Purple #A25AF4

Tints of Medium Purple #A25AF4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.15%

 BLUE value IS 244 (95.7% from 255) = 49.19%

R = 32.66%
G = 18.15%
B = 49.19%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A25AF4 (or 0xA25AF4) is known color: Medium Purple. HEX triplet: A2, 5A and F4. RGB value is (162,90,244). Sum of RGB (Red+Green+Blue) = 162+90+244=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #A25AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25AF4 is #5DA50B. Grayscale: #808080. Windows color (decimal): -6137100 or 16013986. OLE color: 16013986.

HSL color Cylindrical-coordinate representation of color #A25AF4: hue angle of 268.05º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A25AF4 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 90 244 -
CMYK 0.34 0.63 0 0.04
HSL 268.05º 0.88% 0.65% -
HSV(B) 268.05º 0.63% 0.96% -
XYZ 34.89 21.53 87.9 -
YUV 129.08 192.85 151.48 -
System Red Green Blue C M Y K H S L
Decimal 162 90 244 0.34 0.63 0 0.04 268.05 0.88 0.65
Hex A2 5A F4 22 3F 0 4 10C 58 41
Octal 242 132 364 42 77 0 4 414 130 101
Binary 10100010 1011010 11110100 100010 111111 0 100 100001100 1011000 1000001

Color Harmonies of #A25AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25AF4

Black with #A25AF4

Text Example


Text Example

White with #A25AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25AF4; }

 p { color: rgb(162,90,244); }

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

background-color css

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

 a { background-color: rgb(162,90,244); }

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

border-color css

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

 span { border-color: rgb(162,90,244); }

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