Html Css Color HEX #A75D9D Violet Blue

📋 copy color: '#A75D9D'

red 167 ◦ green 93 ◦ blue 157

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

Shades of Violet Blue #A75D9D

Tints of Violet Blue #A75D9D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.3%

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

R = 40.05%
G = 22.3%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A75D9D (or 0xA75D9D) is known color: Violet Blue. HEX triplet: A7, 5D and 9D. RGB value is (167,93,157). Sum of RGB (Red+Green+Blue) = 167+93+157=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75D9D is #58A262. Grayscale: #7A7A7A. Windows color (decimal): -5808739 or 10313127. OLE color: 10313127.

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

Color convert

RGB 167 93 157 -
CMYK 0 0.44 0.06 0.35
HSL 308.11º 0.3% 0.51% -
HSV(B) 308.11º 0.44% 0.65% -
XYZ 25.94 18.48 34.1 -
YUV 122.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 167 93 157 0 0.44 0.06 0.35 308.11 0.3 0.51
Hex A7 5D 9D 0 2C 6 23 134 1E 33
Octal 247 135 235 0 54 6 43 464 36 63
Binary 10100111 1011101 10011101 0 101100 110 100011 100110100 11110 110011

Color Harmonies of #A75D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75D9D

Black with #A75D9D

Text Example


Text Example

White with #A75D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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