Html Css Color HEX #A76294 Violet Blue

📋 copy color: '#A76294'

red 167 ◦ green 98 ◦ blue 148

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

Shades of Violet Blue #A76294

Tints of Violet Blue #A76294

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.73%

 BLUE value IS 148 (58.2% from 255) = 35.84%

R = 40.44%
G = 23.73%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A76294 (or 0xA76294) is known color: Violet Blue. HEX triplet: A7, 62 and 94. RGB value is (167,98,148). Sum of RGB (Red+Green+Blue) = 167+98+148=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A76294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76294 is #589D6B. Grayscale: #7C7C7C. Windows color (decimal): -5807468 or 9724583. OLE color: 9724583.

HSL color Cylindrical-coordinate representation of color #A76294: hue angle of 316.52º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A76294 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 98 148 -
CMYK 0 0.41 0.11 0.35
HSL 316.52º 0.28% 0.52% -
HSV(B) 316.52º 0.41% 0.65% -
XYZ 25.65 19.09 30.35 -
YUV 124.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 167 98 148 0 0.41 0.11 0.35 316.52 0.28 0.52
Hex A7 62 94 0 29 B 23 13D 1C 34
Octal 247 142 224 0 51 13 43 475 34 64
Binary 10100111 1100010 10010100 0 101001 1011 100011 100111101 11100 110100

Color Harmonies of #A76294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76294

Black with #A76294

Text Example


Text Example

White with #A76294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76294; }

 p { color: rgb(167,98,148); }

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

background-color css

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

 a { background-color: rgb(167,98,148); }

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

border-color css

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

 span { border-color: rgb(167,98,148); }

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