Html Css Color HEX #A375DF Medium Purple

📋 copy color: '#A375DF'

red 163 ◦ green 117 ◦ blue 223

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

Shades of Medium Purple #A375DF

Tints of Medium Purple #A375DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 32.41%
G = 23.26%
B = 44.33%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A375DF (or 0xA375DF) is known color: Medium Purple. HEX triplet: A3, 75 and DF. RGB value is (163,117,223). Sum of RGB (Red+Green+Blue) = 163+117+223=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #A375DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A375DF is #5C8A20. Grayscale: #8E8E8E. Windows color (decimal): -6064673 or 14644643. OLE color: 14644643.

HSL color Cylindrical-coordinate representation of color #A375DF: hue angle of 266.04º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A375DF is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 117 223 -
CMYK 0.27 0.48 0 0.13
HSL 266.04º 0.62% 0.67% -
HSV(B) 266.04º 0.48% 0.87% -
XYZ 34.78 25.84 72.97 -
YUV 142.84 173.24 142.38 -
System Red Green Blue C M Y K H S L
Decimal 163 117 223 0.27 0.48 0 0.13 266.04 0.62 0.67
Hex A3 75 DF 1B 30 0 D 10A 3E 43
Octal 243 165 337 33 60 0 15 412 76 103
Binary 10100011 1110101 11011111 11011 110000 0 1101 100001010 111110 1000011

Color Harmonies of #A375DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375DF

Black with #A375DF

Text Example


Text Example

White with #A375DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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