Html Css Color HEX #A75A9D Violet Blue

📋 copy color: '#A75A9D'

red 167 ◦ green 90 ◦ blue 157

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

Shades of Violet Blue #A75A9D

Tints of Violet Blue #A75A9D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.74%

 BLUE value IS 157 (61.72% from 255) = 37.92%

R = 40.34%
G = 21.74%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A75A9D (or 0xA75A9D) is known color: Violet Blue. HEX triplet: A7, 5A and 9D. RGB value is (167,90,157). Sum of RGB (Red+Green+Blue) = 167+90+157=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75A9D is #58A562. Grayscale: #787878. Windows color (decimal): -5809507 or 10312359. OLE color: 10312359.

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

Color convert

RGB 167 90 157 -
CMYK 0 0.46 0.06 0.35
HSL 307.79º 0.3% 0.5% -
HSV(B) 307.79º 0.46% 0.65% -
XYZ 25.68 17.96 34.01 -
YUV 120.66 148.51 161.05 -
System Red Green Blue C M Y K H S L
Decimal 167 90 157 0 0.46 0.06 0.35 307.79 0.3 0.5
Hex A7 5A 9D 0 2E 6 23 134 1E 32
Octal 247 132 235 0 56 6 43 464 36 62
Binary 10100111 1011010 10011101 0 101110 110 100011 100110100 11110 110010

Color Harmonies of #A75A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75A9D

Black with #A75A9D

Text Example


Text Example

White with #A75A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75A9D; }

 p { color: rgb(167,90,157); }

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

background-color css

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

 a { background-color: rgb(167,90,157); }

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

border-color css

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

 span { border-color: rgb(167,90,157); }

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