Html Css Color HEX #A375FA Medium Purple

📋 copy color: '#A375FA'

red 163 ◦ green 117 ◦ blue 250

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

Shades of Medium Purple #A375FA

Tints of Medium Purple #A375FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 30.75%
G = 22.08%
B = 47.17%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A375FA (or 0xA375FA) is known color: Medium Purple. HEX triplet: A3, 75 and FA. RGB value is (163,117,250). Sum of RGB (Red+Green+Blue) = 163+117+250=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #A375FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A375FA is #5C8A05. Grayscale: #919191. Windows color (decimal): -6064646 or 16414115. OLE color: 16414115.

HSL color Cylindrical-coordinate representation of color #A375FA: hue angle of 260.75º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A375FA is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 117 250 -
CMYK 0.35 0.53 0 0.02
HSL 260.75º 0.93% 0.72% -
HSV(B) 260.75º 0.53% 0.98% -
XYZ 38.72 27.41 93.69 -
YUV 145.92 186.74 140.19 -
System Red Green Blue C M Y K H S L
Decimal 163 117 250 0.35 0.53 0 0.02 260.75 0.93 0.72
Hex A3 75 FA 23 35 0 2 105 5D 48
Octal 243 165 372 43 65 0 2 405 135 110
Binary 10100011 1110101 11111010 100011 110101 0 10 100000101 1011101 1001000

Color Harmonies of #A375FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A375FA

Black with #A375FA

Text Example


Text Example

White with #A375FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A375FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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