Html Css Color HEX #A357AE Violet Blue

📋 copy color: '#A357AE'

red 163 ◦ green 87 ◦ blue 174

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

Shades of Violet Blue #A357AE

Tints of Violet Blue #A357AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 38.44%
G = 20.52%
B = 41.04%

CMYK

 C value IS 0.06

 M value IS 0.5

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A357AE (or 0xA357AE) is known color: Violet Blue. HEX triplet: A3, 57 and AE. RGB value is (163,87,174). Sum of RGB (Red+Green+Blue) = 163+87+174=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #A357AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A357AE is #5CA851. Grayscale: #777777. Windows color (decimal): -6072402 or 11425699. OLE color: 11425699.

HSL color Cylindrical-coordinate representation of color #A357AE: hue angle of 292.41º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A357AE is Cyan = 0.06, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 87 174 -
CMYK 0.06 0.5 0 0.32
HSL 292.41º 0.35% 0.51% -
HSV(B) 292.41º 0.5% 0.68% -
XYZ 26.15 17.66 42.07 -
YUV 119.64 158.68 158.93 -
System Red Green Blue C M Y K H S L
Decimal 163 87 174 0.06 0.5 0 0.32 292.41 0.35 0.51
Hex A3 57 AE 6 32 0 20 124 23 33
Octal 243 127 256 6 62 0 40 444 43 63
Binary 10100011 1010111 10101110 110 110010 0 100000 100100100 100011 110011

Color Harmonies of #A357AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A357AE

Black with #A357AE

Text Example


Text Example

White with #A357AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A357AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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