Html Css Color HEX #A25FF7 Medium Purple

📋 copy color: '#A25FF7'

red 162 ◦ green 95 ◦ blue 247

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

Shades of Medium Purple #A25FF7

Tints of Medium Purple #A25FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.01%

R = 32.14%
G = 18.85%
B = 49.01%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A25FF7 (or 0xA25FF7) is known color: Medium Purple. HEX triplet: A2, 5F and F7. RGB value is (162,95,247). Sum of RGB (Red+Green+Blue) = 162+95+247=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #A25FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25FF7 is #5DA008. Grayscale: #838383. Windows color (decimal): -6135817 or 16211874. OLE color: 16211874.

HSL color Cylindrical-coordinate representation of color #A25FF7: hue angle of 266.45º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A25FF7 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 95 247 -
CMYK 0.34 0.62 0 0.03
HSL 266.45º 0.9% 0.67% -
HSV(B) 266.45º 0.62% 0.97% -
XYZ 35.78 22.58 90.47 -
YUV 132.36 192.7 149.14 -
System Red Green Blue C M Y K H S L
Decimal 162 95 247 0.34 0.62 0 0.03 266.45 0.9 0.67
Hex A2 5F F7 22 3E 0 3 10A 5A 43
Octal 242 137 367 42 76 0 3 412 132 103
Binary 10100010 1011111 11110111 100010 111110 0 11 100001010 1011010 1000011

Color Harmonies of #A25FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FF7

Black with #A25FF7

Text Example


Text Example

White with #A25FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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