Html Css Color HEX #A357A5 Violet Blue

📋 copy color: '#A357A5'

red 163 ◦ green 87 ◦ blue 165

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

Shades of Violet Blue #A357A5

Tints of Violet Blue #A357A5

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.96%

 BLUE value IS 165 (64.84% from 255) = 39.76%

R = 39.28%
G = 20.96%
B = 39.76%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A357A5 (or 0xA357A5) is known color: Violet Blue. HEX triplet: A3, 57 and A5. RGB value is (163,87,165). Sum of RGB (Red+Green+Blue) = 163+87+165=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 165 - color contains mainly: blue. Hex color #A357A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A357A5 is #5CA85A. Grayscale: #767676. Windows color (decimal): -6072411 or 10835875. OLE color: 10835875.

HSL color Cylindrical-coordinate representation of color #A357A5: hue angle of 298.46º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A357A5 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 163 87 165 -
CMYK 0.01 0.47 0 0.35
HSL 298.46º 0.31% 0.49% -
HSV(B) 298.46º 0.47% 0.65% -
XYZ 25.3 17.32 37.61 -
YUV 118.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 163 87 165 0.01 0.47 0 0.35 298.46 0.31 0.49
Hex A3 57 A5 1 2F 0 23 12A 1F 31
Octal 243 127 245 1 57 0 43 452 37 61
Binary 10100011 1010111 10100101 1 101111 0 100011 100101010 11111 110001

Color Harmonies of #A357A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A357A5

Black with #A357A5

Text Example


Text Example

White with #A357A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A357A5; }

 p { color: rgb(163,87,165); }

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

background-color css

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

 a { background-color: rgb(163,87,165); }

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

border-color css

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

 span { border-color: rgb(163,87,165); }

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