Html Css Color HEX #A75FAF Violet Blue

📋 copy color: '#A75FAF'

red 167 ◦ green 95 ◦ blue 175

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

Shades of Violet Blue #A75FAF

Tints of Violet Blue #A75FAF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.74%

 BLUE value IS 175 (68.75% from 255) = 40.05%

R = 38.22%
G = 21.74%
B = 40.05%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A75FAF (or 0xA75FAF) is known color: Violet Blue. HEX triplet: A7, 5F and AF. RGB value is (167,95,175). Sum of RGB (Red+Green+Blue) = 167+95+175=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #A75FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75FAF is #58A050. Grayscale: #7D7D7D. Windows color (decimal): -5808209 or 11493287. OLE color: 11493287.

HSL color Cylindrical-coordinate representation of color #A75FAF: hue angle of 294º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A75FAF is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 95 175 -
CMYK 0.05 0.46 0 0.31
HSL 294º 0.33% 0.53% -
HSV(B) 294º 0.46% 0.69% -
XYZ 27.77 19.5 42.86 -
YUV 125.65 155.85 157.5 -
System Red Green Blue C M Y K H S L
Decimal 167 95 175 0.05 0.46 0 0.31 294 0.33 0.53
Hex A7 5F AF 5 2E 0 1F 126 21 35
Octal 247 137 257 5 56 0 37 446 41 65
Binary 10100111 1011111 10101111 101 101110 0 11111 100100110 100001 110101

Color Harmonies of #A75FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75FAF

Black with #A75FAF

Text Example


Text Example

White with #A75FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75FAF; }

 p { color: rgb(167,95,175); }

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

background-color css

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

 a { background-color: rgb(167,95,175); }

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

border-color css

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

 span { border-color: rgb(167,95,175); }

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