Html Css Color HEX #A755AD Violet Blue

📋 copy color: '#A755AD'

red 167 ◦ green 85 ◦ blue 173

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

Shades of Violet Blue #A755AD

Tints of Violet Blue #A755AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.71%

R = 39.29%
G = 20%
B = 40.71%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A755AD (or 0xA755AD) is known color: Violet Blue. HEX triplet: A7, 55 and AD. RGB value is (167,85,173). Sum of RGB (Red+Green+Blue) = 167+85+173=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #A755AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A755AD is #58AA52. Grayscale: #777777. Windows color (decimal): -5810771 or 11359655. OLE color: 11359655.

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

Color convert

RGB 167 85 173 -
CMYK 0.03 0.51 0 0.32
HSL 295.91º 0.35% 0.51% -
HSV(B) 295.91º 0.51% 0.68% -
XYZ 26.73 17.73 41.55 -
YUV 119.55 158.17 161.84 -
System Red Green Blue C M Y K H S L
Decimal 167 85 173 0.03 0.51 0 0.32 295.91 0.35 0.51
Hex A7 55 AD 3 33 0 20 128 23 33
Octal 247 125 255 3 63 0 40 450 43 63
Binary 10100111 1010101 10101101 11 110011 0 100000 100101000 100011 110011

Color Harmonies of #A755AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A755AD

Black with #A755AD

Text Example


Text Example

White with #A755AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A755AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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