Html Css Color HEX #A75EA4 Violet Blue

📋 copy color: '#A75EA4'

red 167 ◦ green 94 ◦ blue 164

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

Shades of Violet Blue #A75EA4

Tints of Violet Blue #A75EA4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.12%

 BLUE value IS 164 (64.45% from 255) = 38.59%

R = 39.29%
G = 22.12%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A75EA4 (or 0xA75EA4) is known color: Violet Blue. HEX triplet: A7, 5E and A4. RGB value is (167,94,164). Sum of RGB (Red+Green+Blue) = 167+94+164=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A75EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75EA4 is #58A15B. Grayscale: #7B7B7B. Windows color (decimal): -5808476 or 10772135. OLE color: 10772135.

HSL color Cylindrical-coordinate representation of color #A75EA4: hue angle of 302.47º degrees, saturation: 0.29, 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 #A75EA4 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 94 164 -
CMYK 0 0.44 0.02 0.35
HSL 302.47º 0.29% 0.51% -
HSV(B) 302.47º 0.44% 0.65% -
XYZ 26.64 18.9 37.37 -
YUV 123.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 167 94 164 0 0.44 0.02 0.35 302.47 0.29 0.51
Hex A7 5E A4 0 2C 2 23 12E 1D 33
Octal 247 136 244 0 54 2 43 456 35 63
Binary 10100111 1011110 10100100 0 101100 10 100011 100101110 11101 110011

Color Harmonies of #A75EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75EA4

Black with #A75EA4

Text Example


Text Example

White with #A75EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75EA4; }

 p { color: rgb(167,94,164); }

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

background-color css

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

 a { background-color: rgb(167,94,164); }

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

border-color css

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

 span { border-color: rgb(167,94,164); }

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