Html Css Color HEX #A75FFC Medium Purple

📋 copy color: '#A75FFC'

red 167 ◦ green 95 ◦ blue 252

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

Shades of Medium Purple #A75FFC

Tints of Medium Purple #A75FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.48%

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 32.49%
G = 18.48%
B = 49.03%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A75FFC (or 0xA75FFC) is known color: Medium Purple. HEX triplet: A7, 5F and FC. RGB value is (167,95,252). Sum of RGB (Red+Green+Blue) = 167+95+252=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #A75FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75FFC is #58A003. Grayscale: #858585. Windows color (decimal): -5808132 or 16539559. OLE color: 16539559.

HSL color Cylindrical-coordinate representation of color #A75FFC: hue angle of 267.52º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A75FFC is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 95 252 -
CMYK 0.34 0.62 0 0.01
HSL 267.52º 0.96% 0.68% -
HSV(B) 267.52º 0.62% 0.99% -
XYZ 37.6 23.43 94.64 -
YUV 134.43 194.35 151.23 -
System Red Green Blue C M Y K H S L
Decimal 167 95 252 0.34 0.62 0 0.01 267.52 0.96 0.68
Hex A7 5F FC 22 3E 0 1 10C 60 44
Octal 247 137 374 42 76 0 1 414 140 104
Binary 10100111 1011111 11111100 100010 111110 0 1 100001100 1100000 1000100

Color Harmonies of #A75FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75FFC

Black with #A75FFC

Text Example


Text Example

White with #A75FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75FFC; }

 p { color: rgb(167,95,252); }

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

background-color css

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

 a { background-color: rgb(167,95,252); }

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

border-color css

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

 span { border-color: rgb(167,95,252); }

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