Html Css Color HEX #A759A5 Violet Blue

📋 copy color: '#A759A5'

red 167 ◦ green 89 ◦ blue 165

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

Shades of Violet Blue #A759A5

Tints of Violet Blue #A759A5

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.14%

 BLUE value IS 165 (64.84% from 255) = 39.19%

R = 39.67%
G = 21.14%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A759A5 (or 0xA759A5) is known color: Violet Blue. HEX triplet: A7, 59 and A5. RGB value is (167,89,165). Sum of RGB (Red+Green+Blue) = 167+89+165=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A759A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A759A5 is #58A65A. Grayscale: #787878. Windows color (decimal): -5809755 or 10836391. OLE color: 10836391.

HSL color Cylindrical-coordinate representation of color #A759A5: hue angle of 301.54º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A759A5 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 89 165 -
CMYK 0 0.47 0.01 0.35
HSL 301.54º 0.31% 0.5% -
HSV(B) 301.54º 0.47% 0.65% -
XYZ 26.3 18.08 37.7 -
YUV 120.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 167 89 165 0 0.47 0.01 0.35 301.54 0.31 0.5
Hex A7 59 A5 0 2F 1 23 12E 1F 32
Octal 247 131 245 0 57 1 43 456 37 62
Binary 10100111 1011001 10100101 0 101111 1 100011 100101110 11111 110010

Color Harmonies of #A759A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A759A5

Black with #A759A5

Text Example


Text Example

White with #A759A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A759A5; }

 p { color: rgb(167,89,165); }

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

background-color css

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

 a { background-color: rgb(167,89,165); }

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

border-color css

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

 span { border-color: rgb(167,89,165); }

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