Html Css Color HEX #A75CA0 Violet Blue

📋 copy color: '#A75CA0'

red 167 ◦ green 92 ◦ blue 160

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

Shades of Violet Blue #A75CA0

Tints of Violet Blue #A75CA0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.96%

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

R = 39.86%
G = 21.96%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A75CA0 (or 0xA75CA0) is known color: Violet Blue. HEX triplet: A7, 5C and A0. RGB value is (167,92,160). Sum of RGB (Red+Green+Blue) = 167+92+160=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A75CA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75CA0 is #58A35F. Grayscale: #797979. Windows color (decimal): -5808992 or 10509479. OLE color: 10509479.

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

Color convert

RGB 167 92 160 -
CMYK 0 0.45 0.04 0.35
HSL 305.6º 0.3% 0.51% -
HSV(B) 305.6º 0.45% 0.65% -
XYZ 26.11 18.41 35.43 -
YUV 122.18 149.35 159.97 -
System Red Green Blue C M Y K H S L
Decimal 167 92 160 0 0.45 0.04 0.35 305.6 0.3 0.51
Hex A7 5C A0 0 2D 4 23 132 1E 33
Octal 247 134 240 0 55 4 43 462 36 63
Binary 10100111 1011100 10100000 0 101101 100 100011 100110010 11110 110011

Color Harmonies of #A75CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75CA0

Black with #A75CA0

Text Example


Text Example

White with #A75CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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