Html Css Color HEX #A76298 Violet Blue

📋 copy color: '#A76298'

red 167 ◦ green 98 ◦ blue 152

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

Shades of Violet Blue #A76298

Tints of Violet Blue #A76298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.45%

R = 40.05%
G = 23.5%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A76298 (or 0xA76298) is known color: Violet Blue. HEX triplet: A7, 62 and 98. RGB value is (167,98,152). Sum of RGB (Red+Green+Blue) = 167+98+152=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A76298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76298 is #589D67. Grayscale: #7C7C7C. Windows color (decimal): -5807464 or 9986727. OLE color: 9986727.

HSL color Cylindrical-coordinate representation of color #A76298: hue angle of 313.04º 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 #A76298 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 98 152 -
CMYK 0 0.41 0.09 0.35
HSL 313.04º 0.28% 0.52% -
HSV(B) 313.04º 0.41% 0.65% -
XYZ 25.97 19.22 32.05 -
YUV 124.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 167 98 152 0 0.41 0.09 0.35 313.04 0.28 0.52
Hex A7 62 98 0 29 9 23 139 1C 34
Octal 247 142 230 0 51 11 43 471 34 64
Binary 10100111 1100010 10011000 0 101001 1001 100011 100111001 11100 110100

Color Harmonies of #A76298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76298

Black with #A76298

Text Example


Text Example

White with #A76298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76298; }

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

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

background-color css

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

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

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

border-color css

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

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

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