Html Css Color HEX #A95FAF Violet Blue

📋 copy color: '#A95FAF'

red 169 ◦ green 95 ◦ blue 175

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

Shades of Violet Blue #A95FAF

Tints of Violet Blue #A95FAF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.64%

 BLUE value IS 175 (68.75% from 255) = 39.86%

R = 38.5%
G = 21.64%
B = 39.86%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A95FAF (or 0xA95FAF) is known color: Violet Blue. HEX triplet: A9, 5F and AF. RGB value is (169,95,175). Sum of RGB (Red+Green+Blue) = 169+95+175=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #A95FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95FAF is #56A050. Grayscale: #7E7E7E. Windows color (decimal): -5677137 or 11493289. OLE color: 11493289.

HSL color Cylindrical-coordinate representation of color #A95FAF: hue angle of 295.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A95FAF is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 95 175 -
CMYK 0.03 0.46 0 0.31
HSL 295.5º 0.33% 0.53% -
HSV(B) 295.5º 0.46% 0.69% -
XYZ 28.19 19.71 42.88 -
YUV 126.25 155.52 158.5 -
System Red Green Blue C M Y K H S L
Decimal 169 95 175 0.03 0.46 0 0.31 295.5 0.33 0.53
Hex A9 5F AF 3 2E 0 1F 128 21 35
Octal 251 137 257 3 56 0 37 450 41 65
Binary 10101001 1011111 10101111 11 101110 0 11111 100101000 100001 110101

Color Harmonies of #A95FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95FAF

Black with #A95FAF

Text Example


Text Example

White with #A95FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95FAF; }

 p { color: rgb(169,95,175); }

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

background-color css

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

 a { background-color: rgb(169,95,175); }

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

border-color css

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

 span { border-color: rgb(169,95,175); }

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