Html Css Color HEX #A25FF3 Medium Purple

📋 copy color: '#A25FF3'

red 162 ◦ green 95 ◦ blue 243

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

Shades of Medium Purple #A25FF3

Tints of Medium Purple #A25FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.6%

R = 32.4%
G = 19%
B = 48.6%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A25FF3 (or 0xA25FF3) is known color: Medium Purple. HEX triplet: A2, 5F and F3. RGB value is (162,95,243). Sum of RGB (Red+Green+Blue) = 162+95+243=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #A25FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25FF3 is #5DA00C. Grayscale: #838383. Windows color (decimal): -6135821 or 15949730. OLE color: 15949730.

HSL color Cylindrical-coordinate representation of color #A25FF3: hue angle of 267.16º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A25FF3 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 95 243 -
CMYK 0.33 0.61 0 0.05
HSL 267.16º 0.86% 0.66% -
HSV(B) 267.16º 0.61% 0.95% -
XYZ 35.17 22.34 87.25 -
YUV 131.91 190.7 149.47 -
System Red Green Blue C M Y K H S L
Decimal 162 95 243 0.33 0.61 0 0.05 267.16 0.86 0.66
Hex A2 5F F3 21 3D 0 5 10B 56 42
Octal 242 137 363 41 75 0 5 413 126 102
Binary 10100010 1011111 11110011 100001 111101 0 101 100001011 1010110 1000010

Color Harmonies of #A25FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FF3

Black with #A25FF3

Text Example


Text Example

White with #A25FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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