Html Css Color HEX #A75CFC Medium Purple

📋 copy color: '#A75CFC'

red 167 ◦ green 92 ◦ blue 252

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

Shades of Medium Purple #A75CFC

Tints of Medium Purple #A75CFC

RGB

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

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

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

R = 32.68%
G = 18%
B = 49.32%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A75CFC (or 0xA75CFC) is known color: Medium Purple. HEX triplet: A7, 5C and FC. RGB value is (167,92,252). Sum of RGB (Red+Green+Blue) = 167+92+252=511 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.68% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #A75CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A75CFC is #58A303. Grayscale: #848484. Windows color (decimal): -5808900 or 16538791. OLE color: 16538791.

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

Color convert

RGB 167 92 252 -
CMYK 0.34 0.63 0 0.01
HSL 268.13º 0.96% 0.67% -
HSV(B) 268.13º 0.63% 0.99% -
XYZ 37.33 22.9 94.55 -
YUV 132.67 195.35 152.49 -
System Red Green Blue C M Y K H S L
Decimal 167 92 252 0.34 0.63 0 0.01 268.13 0.96 0.67
Hex A7 5C FC 22 3F 0 1 10C 60 43
Octal 247 134 374 42 77 0 1 414 140 103
Binary 10100111 1011100 11111100 100010 111111 0 1 100001100 1100000 1000011

Color Harmonies of #A75CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75CFC

Black with #A75CFC

Text Example


Text Example

White with #A75CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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