Html Css Color HEX #A375F1 Medium Purple

📋 copy color: '#A375F1'

red 163 ◦ green 117 ◦ blue 241

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

Shades of Medium Purple #A375F1

Tints of Medium Purple #A375F1

RGB

 RED value IS 163 (64.06% from 255) = 31.29%

 GREEN value IS 117 (46.09% from 255) = 22.46%

 BLUE value IS 241 (94.53% from 255) = 46.26%

R = 31.29%
G = 22.46%
B = 46.26%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A375F1 (or 0xA375F1) is known color: Medium Purple. HEX triplet: A3, 75 and F1. RGB value is (163,117,241). Sum of RGB (Red+Green+Blue) = 163+117+241=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #A375F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A375F1 is #5C8A0E. Grayscale: #909090. Windows color (decimal): -6064655 or 15824291. OLE color: 15824291.

HSL color Cylindrical-coordinate representation of color #A375F1: hue angle of 262.26º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A375F1 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 117 241 -
CMYK 0.32 0.51 0 0.05
HSL 262.26º 0.82% 0.7% -
HSV(B) 262.26º 0.51% 0.95% -
XYZ 37.34 26.86 86.44 -
YUV 144.89 182.24 140.92 -
System Red Green Blue C M Y K H S L
Decimal 163 117 241 0.32 0.51 0 0.05 262.26 0.82 0.7
Hex A3 75 F1 20 33 0 5 106 52 46
Octal 243 165 361 40 63 0 5 406 122 106
Binary 10100011 1110101 11110001 100000 110011 0 101 100000110 1010010 1000110

Color Harmonies of #A375F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375F1

Black with #A375F1

Text Example


Text Example

White with #A375F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375F1; }

 p { color: rgb(163,117,241); }

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

background-color css

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

 a { background-color: rgb(163,117,241); }

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

border-color css

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

 span { border-color: rgb(163,117,241); }

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