Html Css Color HEX #A755FC Medium Purple

📋 copy color: '#A755FC'

red 167 ◦ green 85 ◦ blue 252

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

Shades of Medium Purple #A755FC

Tints of Medium Purple #A755FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.87%

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

R = 33.13%
G = 16.87%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A755FC (or 0xA755FC) is known color: Medium Purple. HEX triplet: A7, 55 and FC. RGB value is (167,85,252). Sum of RGB (Red+Green+Blue) = 167+85+252=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #A755FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A755FC is #58AA03. Grayscale: #7F7F7F. Windows color (decimal): -5810692 or 16536999. OLE color: 16536999.

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

Color convert

RGB 167 85 252 -
CMYK 0.34 0.66 0 0.01
HSL 269.46º 0.97% 0.66% -
HSV(B) 269.46º 0.66% 0.99% -
XYZ 36.76 21.74 94.35 -
YUV 128.56 197.67 155.42 -
System Red Green Blue C M Y K H S L
Decimal 167 85 252 0.34 0.66 0 0.01 269.46 0.97 0.66
Hex A7 55 FC 22 42 0 1 10D 61 42
Octal 247 125 374 42 102 0 1 415 141 102
Binary 10100111 1010101 11111100 100010 1000010 0 1 100001101 1100001 1000010

Color Harmonies of #A755FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A755FC

Black with #A755FC

Text Example


Text Example

White with #A755FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A755FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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