Html Css Color HEX #A75BA0 Violet Blue

📋 copy color: '#A75BA0'

red 167 ◦ green 91 ◦ blue 160

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

Shades of Violet Blue #A75BA0

Tints of Violet Blue #A75BA0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.77%

 BLUE value IS 160 (62.89% from 255) = 38.28%

R = 39.95%
G = 21.77%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A75BA0 (or 0xA75BA0) is known color: Violet Blue. HEX triplet: A7, 5B and A0. RGB value is (167,91,160). Sum of RGB (Red+Green+Blue) = 167+91+160=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 167 - color contains mainly: red. Hex color #A75BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75BA0 is #58A45F. Grayscale: #797979. Windows color (decimal): -5809248 or 10509223. OLE color: 10509223.

HSL color Cylindrical-coordinate representation of color #A75BA0: hue angle of 305.53º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A75BA0 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 91 160 -
CMYK 0 0.46 0.04 0.35
HSL 305.53º 0.3% 0.51% -
HSV(B) 305.53º 0.46% 0.65% -
XYZ 26.02 18.24 35.41 -
YUV 121.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 167 91 160 0 0.46 0.04 0.35 305.53 0.3 0.51
Hex A7 5B A0 0 2E 4 23 132 1E 33
Octal 247 133 240 0 56 4 43 462 36 63
Binary 10100111 1011011 10100000 0 101110 100 100011 100110010 11110 110011

Color Harmonies of #A75BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75BA0

Black with #A75BA0

Text Example


Text Example

White with #A75BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75BA0; }

 p { color: rgb(167,91,160); }

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

background-color css

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

 a { background-color: rgb(167,91,160); }

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

border-color css

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

 span { border-color: rgb(167,91,160); }

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