Html Css Color HEX #A25BFA Medium Purple

📋 copy color: '#A25BFA'

red 162 ◦ green 91 ◦ blue 250

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

Shades of Medium Purple #A25BFA

Tints of Medium Purple #A25BFA

RGB

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

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

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

R = 32.21%
G = 18.09%
B = 49.7%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A25BFA (or 0xA25BFA) is known color: Medium Purple. HEX triplet: A2, 5B and FA. RGB value is (162,91,250). Sum of RGB (Red+Green+Blue) = 162+91+250=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #A25BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25BFA is #5DA405. Grayscale: #818181. Windows color (decimal): -6136838 or 16407458. OLE color: 16407458.

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

Color convert

RGB 162 91 250 -
CMYK 0.35 0.64 0 0.02
HSL 266.79º 0.94% 0.67% -
HSV(B) 266.79º 0.64% 0.98% -
XYZ 35.9 22.07 92.81 -
YUV 130.36 195.52 150.57 -
System Red Green Blue C M Y K H S L
Decimal 162 91 250 0.35 0.64 0 0.02 266.79 0.94 0.67
Hex A2 5B FA 23 40 0 2 10B 5E 43
Octal 242 133 372 43 100 0 2 413 136 103
Binary 10100010 1011011 11111010 100011 1000000 0 10 100001011 1011110 1000011

Color Harmonies of #A25BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BFA

Black with #A25BFA

Text Example


Text Example

White with #A25BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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