Html Css Color HEX #A965AB Violet Blue

📋 copy color: '#A965AB'

red 169 ◦ green 101 ◦ blue 171

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

Shades of Violet Blue #A965AB

Tints of Violet Blue #A965AB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.9%

 BLUE value IS 171 (67.19% from 255) = 38.78%

R = 38.32%
G = 22.9%
B = 38.78%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A965AB (or 0xA965AB) is known color: Violet Blue. HEX triplet: A9, 65 and AB. RGB value is (169,101,171). Sum of RGB (Red+Green+Blue) = 169+101+171=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #A965AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A965AB is #569A54. Grayscale: #818181. Windows color (decimal): -5675605 or 11232681. OLE color: 11232681.

HSL color Cylindrical-coordinate representation of color #A965AB: hue angle of 298.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A965AB is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 101 171 -
CMYK 0.01 0.41 0 0.33
HSL 298.29º 0.29% 0.53% -
HSV(B) 298.29º 0.41% 0.67% -
XYZ 28.37 20.68 41.03 -
YUV 129.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 169 101 171 0.01 0.41 0 0.33 298.29 0.29 0.53
Hex A9 65 AB 1 29 0 21 12A 1D 35
Octal 251 145 253 1 51 0 41 452 35 65
Binary 10101001 1100101 10101011 1 101001 0 100001 100101010 11101 110101

Color Harmonies of #A965AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A965AB

Black with #A965AB

Text Example


Text Example

White with #A965AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A965AB; }

 p { color: rgb(169,101,171); }

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

background-color css

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

 a { background-color: rgb(169,101,171); }

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

border-color css

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

 span { border-color: rgb(169,101,171); }

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