Html Css Color HEX #A958A4 Violet Blue

📋 copy color: '#A958A4'

red 169 ◦ green 88 ◦ blue 164

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

Shades of Violet Blue #A958A4

Tints of Violet Blue #A958A4

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.9%

 BLUE value IS 164 (64.45% from 255) = 38.95%

R = 40.14%
G = 20.9%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.34

RGB Variations

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

Color information

#A958A4 (or 0xA958A4) is known color: Violet Blue. HEX triplet: A9, 58 and A4. RGB value is (169,88,164). Sum of RGB (Red+Green+Blue) = 169+88+164=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A958A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A958A4 is #56A75B. Grayscale: #787878. Windows color (decimal): -5678940 or 10770601. OLE color: 10770601.

HSL color Cylindrical-coordinate representation of color #A958A4: hue angle of 303.7º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A958A4 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 88 164 -
CMYK 0 0.48 0.03 0.34
HSL 303.7º 0.32% 0.5% -
HSV(B) 303.7º 0.48% 0.66% -
XYZ 26.55 18.09 37.22 -
YUV 120.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 169 88 164 0 0.48 0.03 0.34 303.7 0.32 0.5
Hex A9 58 A4 0 30 3 22 130 20 32
Octal 251 130 244 0 60 3 42 460 40 62
Binary 10101001 1011000 10100100 0 110000 11 100010 100110000 100000 110010

Color Harmonies of #A958A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A958A4

Black with #A958A4

Text Example


Text Example

White with #A958A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A958A4; }

 p { color: rgb(169,88,164); }

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

background-color css

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

 a { background-color: rgb(169,88,164); }

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

border-color css

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

 span { border-color: rgb(169,88,164); }

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