Html Css Color HEX #A475FA Medium Purple

📋 copy color: '#A475FA'

red 164 ◦ green 117 ◦ blue 250

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

Shades of Medium Purple #A475FA

Tints of Medium Purple #A475FA

RGB

 RED value IS 164 (64.45% from 255) = 30.89%

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

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

R = 30.89%
G = 22.03%
B = 47.08%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A475FA (or 0xA475FA) is known color: Medium Purple. HEX triplet: A4, 75 and FA. RGB value is (164,117,250). Sum of RGB (Red+Green+Blue) = 164+117+250=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #A475FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A475FA is #5B8A05. Grayscale: #919191. Windows color (decimal): -5999110 or 16414116. OLE color: 16414116.

HSL color Cylindrical-coordinate representation of color #A475FA: hue angle of 261.2º 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 #A475FA is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 117 250 -
CMYK 0.34 0.53 0 0.02
HSL 261.2º 0.93% 0.72% -
HSV(B) 261.2º 0.53% 0.98% -
XYZ 38.93 27.52 93.7 -
YUV 146.22 186.57 140.69 -
System Red Green Blue C M Y K H S L
Decimal 164 117 250 0.34 0.53 0 0.02 261.2 0.93 0.72
Hex A4 75 FA 22 35 0 2 105 5D 48
Octal 244 165 372 42 65 0 2 405 135 110
Binary 10100100 1110101 11111010 100010 110101 0 10 100000101 1011101 1001000

Color Harmonies of #A475FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A475FA

Black with #A475FA

Text Example


Text Example

White with #A475FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A475FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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