Html Css Color HEX #A75B93 Violet Blue

📋 copy color: '#A75B93'

red 167 ◦ green 91 ◦ blue 147

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

Shades of Violet Blue #A75B93

Tints of Violet Blue #A75B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 41.23%
G = 22.47%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A75B93 (or 0xA75B93) is known color: Violet Blue. HEX triplet: A7, 5B and 93. RGB value is (167,91,147). Sum of RGB (Red+Green+Blue) = 167+91+147=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75B93 is #58A46C. Grayscale: #777777. Windows color (decimal): -5809261 or 9657255. OLE color: 9657255.

HSL color Cylindrical-coordinate representation of color #A75B93: hue angle of 315.79º 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 #A75B93 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 91 147 -
CMYK 0 0.46 0.12 0.35
HSL 315.79º 0.3% 0.51% -
HSV(B) 315.79º 0.46% 0.65% -
XYZ 24.94 17.8 29.73 -
YUV 120.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 167 91 147 0 0.46 0.12 0.35 315.79 0.3 0.51
Hex A7 5B 93 0 2E C 23 13C 1E 33
Octal 247 133 223 0 56 14 43 474 36 63
Binary 10100111 1011011 10010011 0 101110 1100 100011 100111100 11110 110011

Color Harmonies of #A75B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75B93

Black with #A75B93

Text Example


Text Example

White with #A75B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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