Html Css Color HEX #A755FF Medium Purple

📋 copy color: '#A755FF'

red 167 ◦ green 85 ◦ blue 255

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

Shades of Medium Purple #A755FF

Tints of Medium Purple #A755FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 32.94%
G = 16.77%
B = 50.3%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A755FF (or 0xA755FF) is known color: Medium Purple. HEX triplet: A7, 55 and FF. RGB value is (167,85,255). Sum of RGB (Red+Green+Blue) = 167+85+255=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #A755FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A755FF is #58AA00. Grayscale: #808080. Windows color (decimal): -5810689 or 16733607. OLE color: 16733607.

HSL color Cylindrical-coordinate representation of color #A755FF: hue angle of 268.94º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A755FF is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 167 85 255 -
CMYK 0.35 0.67 0 0
HSL 268.94º 1% 0.67% -
HSV(B) 268.94º 0.67% 1% -
XYZ 37.23 21.93 96.88 -
YUV 128.9 199.17 155.18 -
System Red Green Blue C M Y K H S L
Decimal 167 85 255 0.35 0.67 0 0 268.94 1 0.67
Hex A7 55 FF 23 43 0 0 10D 64 43
Octal 247 125 377 43 103 0 0 415 144 103
Binary 10100111 1010101 11111111 100011 1000011 0 0 100001101 1100100 1000011

Color Harmonies of #A755FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A755FF

Black with #A755FF

Text Example


Text Example

White with #A755FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A755FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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