Html Css Color HEX #A75CF6 Medium Purple

📋 copy color: '#A75CF6'

red 167 ◦ green 92 ◦ blue 246

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

Shades of Medium Purple #A75CF6

Tints of Medium Purple #A75CF6

RGB

 RED value IS 167 (65.63% from 255) = 33.07%

 GREEN value IS 92 (36.33% from 255) = 18.22%

 BLUE value IS 246 (96.48% from 255) = 48.71%

R = 33.07%
G = 18.22%
B = 48.71%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A75CF6 (or 0xA75CF6) is known color: Medium Purple. HEX triplet: A7, 5C and F6. RGB value is (167,92,246). Sum of RGB (Red+Green+Blue) = 167+92+246=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #A75CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75CF6 is #58A309. Grayscale: #838383. Windows color (decimal): -5808906 or 16145575. OLE color: 16145575.

HSL color Cylindrical-coordinate representation of color #A75CF6: hue angle of 269.22º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A75CF6 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 92 246 -
CMYK 0.32 0.63 0 0.04
HSL 269.22º 0.9% 0.66% -
HSV(B) 269.22º 0.63% 0.96% -
XYZ 36.4 22.52 89.62 -
YUV 131.98 192.35 152.98 -
System Red Green Blue C M Y K H S L
Decimal 167 92 246 0.32 0.63 0 0.04 269.22 0.9 0.66
Hex A7 5C F6 20 3F 0 4 10D 5A 42
Octal 247 134 366 40 77 0 4 415 132 102
Binary 10100111 1011100 11110110 100000 111111 0 100 100001101 1011010 1000010

Color Harmonies of #A75CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75CF6

Black with #A75CF6

Text Example


Text Example

White with #A75CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75CF6; }

 p { color: rgb(167,92,246); }

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

background-color css

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

 a { background-color: rgb(167,92,246); }

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

border-color css

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

 span { border-color: rgb(167,92,246); }

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