Html Css Color HEX #A175F9 Medium Purple

📋 copy color: '#A175F9'

red 161 ◦ green 117 ◦ blue 249

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

Shades of Medium Purple #A175F9

Tints of Medium Purple #A175F9

RGB

 RED value IS 161 (63.28% from 255) = 30.55%

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

 BLUE value IS 249 (97.66% from 255) = 47.25%

R = 30.55%
G = 22.2%
B = 47.25%

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

#A175F9 (or 0xA175F9) is known color: Medium Purple. HEX triplet: A1, 75 and F9. RGB value is (161,117,249). Sum of RGB (Red+Green+Blue) = 161+117+249=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #A175F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A175F9 is #5E8A06. Grayscale: #909090. Windows color (decimal): -6195719 or 16348577. OLE color: 16348577.

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

Color convert

RGB 161 117 249 -
CMYK 0.35 0.53 0 0.02
HSL 260º 0.92% 0.72% -
HSV(B) 260º 0.53% 0.98% -
XYZ 38.16 27.14 92.85 -
YUV 145.2 186.58 139.27 -
System Red Green Blue C M Y K H S L
Decimal 161 117 249 0.35 0.53 0 0.02 260 0.92 0.72
Hex A1 75 F9 23 35 0 2 104 5C 48
Octal 241 165 371 43 65 0 2 404 134 110
Binary 10100001 1110101 11111001 100011 110101 0 10 100000100 1011100 1001000

Color Harmonies of #A175F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A175F9

Black with #A175F9

Text Example


Text Example

White with #A175F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A175F9; }

 p { color: rgb(161,117,249); }

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

background-color css

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

 a { background-color: rgb(161,117,249); }

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

border-color css

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

 span { border-color: rgb(161,117,249); }

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