Html Css Color HEX #A35998 Violet Blue

📋 copy color: '#A35998'

red 163 ◦ green 89 ◦ blue 152

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

Shades of Violet Blue #A35998

Tints of Violet Blue #A35998

RGB

 RED value IS 163 (64.06% from 255) = 40.35%

 GREEN value IS 89 (35.16% from 255) = 22.03%

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

R = 40.35%
G = 22.03%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A35998 (or 0xA35998) is known color: Violet Blue. HEX triplet: A3, 59 and 98. RGB value is (163,89,152). Sum of RGB (Red+Green+Blue) = 163+89+152=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A35998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35998 is #5CA667. Grayscale: #767676. Windows color (decimal): -6071912 or 9984419. OLE color: 9984419.

HSL color Cylindrical-coordinate representation of color #A35998: hue angle of 308.92º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A35998 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 89 152 -
CMYK 0 0.45 0.07 0.36
HSL 308.92º 0.29% 0.49% -
HSV(B) 308.92º 0.45% 0.64% -
XYZ 24.34 17.2 31.74 -
YUV 118.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 163 89 152 0 0.45 0.07 0.36 308.92 0.29 0.49
Hex A3 59 98 0 2D 7 24 135 1D 31
Octal 243 131 230 0 55 7 44 465 35 61
Binary 10100011 1011001 10011000 0 101101 111 100100 100110101 11101 110001

Color Harmonies of #A35998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35998

Black with #A35998

Text Example


Text Example

White with #A35998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35998; }

 p { color: rgb(163,89,152); }

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

background-color css

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

 a { background-color: rgb(163,89,152); }

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

border-color css

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

 span { border-color: rgb(163,89,152); }

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