Html Css Color HEX #A35992 Violet Blue

📋 copy color: '#A35992'

red 163 ◦ green 89 ◦ blue 146

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

Shades of Violet Blue #A35992

Tints of Violet Blue #A35992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.68%

R = 40.95%
G = 22.36%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A35992 (or 0xA35992) is known color: Violet Blue. HEX triplet: A3, 59 and 92. RGB value is (163,89,146). Sum of RGB (Red+Green+Blue) = 163+89+146=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A35992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35992 is #5CA66D. Grayscale: #757575. Windows color (decimal): -6071918 or 9591203. OLE color: 9591203.

HSL color Cylindrical-coordinate representation of color #A35992: hue angle of 313.78º 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 #A35992 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 89 146 -
CMYK 0 0.45 0.10 0.36
HSL 313.78º 0.29% 0.49% -
HSV(B) 313.78º 0.45% 0.64% -
XYZ 23.86 17.01 29.22 -
YUV 117.62 144.02 160.37 -
System Red Green Blue C M Y K H S L
Decimal 163 89 146 0 0.45 0.10 0.36 313.78 0.29 0.49
Hex A3 59 92 0 2D A 24 13A 1D 31
Octal 243 131 222 0 55 12 44 472 35 61
Binary 10100011 1011001 10010010 0 101101 1010 100100 100111010 11101 110001

Color Harmonies of #A35992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35992

Black with #A35992

Text Example


Text Example

White with #A35992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35992; }

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

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

background-color css

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

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

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

border-color css

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

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

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