Html Css Color HEX #A755FA Medium Purple

📋 copy color: '#A755FA'

red 167 ◦ green 85 ◦ blue 250

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

Shades of Medium Purple #A755FA

Tints of Medium Purple #A755FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.8%

R = 33.27%
G = 16.93%
B = 49.8%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A755FA (or 0xA755FA) is known color: Medium Purple. HEX triplet: A7, 55 and FA. RGB value is (167,85,250). Sum of RGB (Red+Green+Blue) = 167+85+250=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #A755FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A755FA is #58AA05. Grayscale: #7F7F7F. Windows color (decimal): -5810694 or 16405927. OLE color: 16405927.

HSL color Cylindrical-coordinate representation of color #A755FA: hue angle of 269.82º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A755FA is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 85 250 -
CMYK 0.33 0.66 0 0.02
HSL 269.82º 0.94% 0.66% -
HSV(B) 269.82º 0.66% 0.98% -
XYZ 36.44 21.61 92.69 -
YUV 128.33 196.67 155.58 -
System Red Green Blue C M Y K H S L
Decimal 167 85 250 0.33 0.66 0 0.02 269.82 0.94 0.66
Hex A7 55 FA 21 42 0 2 10E 5E 42
Octal 247 125 372 41 102 0 2 416 136 102
Binary 10100111 1010101 11111010 100001 1000010 0 10 100001110 1011110 1000010

Color Harmonies of #A755FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A755FA

Black with #A755FA

Text Example


Text Example

White with #A755FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A755FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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