Html Css Color HEX #A35398 Violet Blue

📋 copy color: '#A35398'

red 163 ◦ green 83 ◦ blue 152

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

Shades of Violet Blue #A35398

Tints of Violet Blue #A35398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.85%

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

R = 40.95%
G = 20.85%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A35398 (or 0xA35398) is known color: Violet Blue. HEX triplet: A3, 53 and 98. RGB value is (163,83,152). Sum of RGB (Red+Green+Blue) = 163+83+152=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A35398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35398 is #5CAC67. Grayscale: #727272. Windows color (decimal): -6073448 or 9982883. OLE color: 9982883.

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

Color convert

RGB 163 83 152 -
CMYK 0 0.49 0.07 0.36
HSL 308.25º 0.33% 0.48% -
HSV(B) 308.25º 0.49% 0.64% -
XYZ 23.87 16.24 31.58 -
YUV 114.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 163 83 152 0 0.49 0.07 0.36 308.25 0.33 0.48
Hex A3 53 98 0 31 7 24 134 21 30
Octal 243 123 230 0 61 7 44 464 41 60
Binary 10100011 1010011 10011000 0 110001 111 100100 100110100 100001 110000

Color Harmonies of #A35398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35398

Black with #A35398

Text Example


Text Example

White with #A35398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35398; }

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

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

background-color css

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

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

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

border-color css

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

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

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