Html Css Color HEX #A25BFC Medium Purple

📋 copy color: '#A25BFC'

red 162 ◦ green 91 ◦ blue 252

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

Shades of Medium Purple #A25BFC

Tints of Medium Purple #A25BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 32.08%
G = 18.02%
B = 49.9%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A25BFC (or 0xA25BFC) is known color: Medium Purple. HEX triplet: A2, 5B and FC. RGB value is (162,91,252). Sum of RGB (Red+Green+Blue) = 162+91+252=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #A25BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25BFC is #5DA403. Grayscale: #828282. Windows color (decimal): -6136836 or 16538530. OLE color: 16538530.

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

Color convert

RGB 162 91 252 -
CMYK 0.36 0.64 0 0.01
HSL 266.46º 0.96% 0.67% -
HSV(B) 266.46º 0.64% 0.99% -
XYZ 36.21 22.19 94.47 -
YUV 130.58 196.52 150.41 -
System Red Green Blue C M Y K H S L
Decimal 162 91 252 0.36 0.64 0 0.01 266.46 0.96 0.67
Hex A2 5B FC 24 40 0 1 10A 60 43
Octal 242 133 374 44 100 0 1 412 140 103
Binary 10100010 1011011 11111100 100100 1000000 0 1 100001010 1100000 1000011

Color Harmonies of #A25BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BFC

Black with #A25BFC

Text Example


Text Example

White with #A25BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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