Html Css Color HEX #A960B1 Violet Blue

📋 copy color: '#A960B1'

red 169 ◦ green 96 ◦ blue 177

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

Shades of Violet Blue #A960B1

Tints of Violet Blue #A960B1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.72%

 BLUE value IS 177 (69.53% from 255) = 40.05%

R = 38.24%
G = 21.72%
B = 40.05%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A960B1 (or 0xA960B1) is known color: Violet Blue. HEX triplet: A9, 60 and B1. RGB value is (169,96,177). Sum of RGB (Red+Green+Blue) = 169+96+177=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 177 - color contains mainly: blue. Hex color #A960B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A960B1 is #569F4E. Grayscale: #7E7E7E. Windows color (decimal): -5676879 or 11624617. OLE color: 11624617.

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

Color convert

RGB 169 96 177 -
CMYK 0.05 0.46 0 0.31
HSL 294.07º 0.34% 0.54% -
HSV(B) 294.07º 0.46% 0.69% -
XYZ 28.48 19.98 43.95 -
YUV 127.06 156.18 157.91 -
System Red Green Blue C M Y K H S L
Decimal 169 96 177 0.05 0.46 0 0.31 294.07 0.34 0.54
Hex A9 60 B1 5 2E 0 1F 126 22 36
Octal 251 140 261 5 56 0 37 446 42 66
Binary 10101001 1100000 10110001 101 101110 0 11111 100100110 100010 110110

Color Harmonies of #A960B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A960B1

Black with #A960B1

Text Example


Text Example

White with #A960B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A960B1; }

 p { color: rgb(169,96,177); }

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

background-color css

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

 a { background-color: rgb(169,96,177); }

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

border-color css

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

 span { border-color: rgb(169,96,177); }

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