Html Css Color HEX #A957B2 Violet Blue

📋 copy color: '#A957B2'

red 169 ◦ green 87 ◦ blue 178

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

Shades of Violet Blue #A957B2

Tints of Violet Blue #A957B2

RGB

 RED value IS 169 (66.41% from 255) = 38.94%

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

 BLUE value IS 178 (69.92% from 255) = 41.01%

R = 38.94%
G = 20.05%
B = 41.01%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A957B2 (or 0xA957B2) is known color: Violet Blue. HEX triplet: A9, 57 and B2. RGB value is (169,87,178). Sum of RGB (Red+Green+Blue) = 169+87+178=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 178 - color contains mainly: blue. Hex color #A957B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A957B2 is #56A84D. Grayscale: #797979. Windows color (decimal): -5679182 or 11687849. OLE color: 11687849.

HSL color Cylindrical-coordinate representation of color #A957B2: hue angle of 294.07º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A957B2 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 87 178 -
CMYK 0.05 0.51 0 0.30
HSL 294.07º 0.37% 0.52% -
HSV(B) 294.07º 0.51% 0.7% -
XYZ 27.81 18.47 44.22 -
YUV 121.89 159.67 161.6 -
System Red Green Blue C M Y K H S L
Decimal 169 87 178 0.05 0.51 0 0.30 294.07 0.37 0.52
Hex A9 57 B2 5 33 0 1E 126 25 34
Octal 251 127 262 5 63 0 36 446 45 64
Binary 10101001 1010111 10110010 101 110011 0 11110 100100110 100101 110100

Color Harmonies of #A957B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A957B2

Black with #A957B2

Text Example


Text Example

White with #A957B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A957B2; }

 p { color: rgb(169,87,178); }

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

background-color css

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

 a { background-color: rgb(169,87,178); }

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

border-color css

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

 span { border-color: rgb(169,87,178); }

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