Html Css Color HEX #A25FFC Medium Purple

📋 copy color: '#A25FFC'

red 162 ◦ green 95 ◦ blue 252

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

Shades of Medium Purple #A25FFC

Tints of Medium Purple #A25FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.66%

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

R = 31.83%
G = 18.66%
B = 49.51%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A25FFC (or 0xA25FFC) is known color: Medium Purple. HEX triplet: A2, 5F and FC. RGB value is (162,95,252). Sum of RGB (Red+Green+Blue) = 162+95+252=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #A25FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25FFC is #5DA003. Grayscale: #848484. Windows color (decimal): -6135812 or 16539554. OLE color: 16539554.

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

Color convert

RGB 162 95 252 -
CMYK 0.36 0.62 0 0.01
HSL 265.61º 0.96% 0.68% -
HSV(B) 265.61º 0.62% 0.99% -
XYZ 36.56 22.89 94.59 -
YUV 132.93 195.2 148.73 -
System Red Green Blue C M Y K H S L
Decimal 162 95 252 0.36 0.62 0 0.01 265.61 0.96 0.68
Hex A2 5F FC 24 3E 0 1 10A 60 44
Octal 242 137 374 44 76 0 1 412 140 104
Binary 10100010 1011111 11111100 100100 111110 0 1 100001010 1100000 1000100

Color Harmonies of #A25FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FFC

Black with #A25FFC

Text Example


Text Example

White with #A25FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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