Html Css Color HEX #A968AD Violet Blue

📋 copy color: '#A968AD'

red 169 ◦ green 104 ◦ blue 173

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

Shades of Violet Blue #A968AD

Tints of Violet Blue #A968AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.32%

 BLUE value IS 173 (67.97% from 255) = 38.79%

R = 37.89%
G = 23.32%
B = 38.79%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A968AD (or 0xA968AD) is known color: Violet Blue. HEX triplet: A9, 68 and AD. RGB value is (169,104,173). Sum of RGB (Red+Green+Blue) = 169+104+173=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #A968AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A968AD is #569752. Grayscale: #838383. Windows color (decimal): -5674835 or 11364521. OLE color: 11364521.

HSL color Cylindrical-coordinate representation of color #A968AD: hue angle of 296.52º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A968AD is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 104 173 -
CMYK 0.02 0.40 0 0.32
HSL 296.52º 0.3% 0.54% -
HSV(B) 296.52º 0.4% 0.68% -
XYZ 28.86 21.35 42.14 -
YUV 131.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 169 104 173 0.02 0.40 0 0.32 296.52 0.3 0.54
Hex A9 68 AD 2 28 0 20 129 1E 36
Octal 251 150 255 2 50 0 40 451 36 66
Binary 10101001 1101000 10101101 10 101000 0 100000 100101001 11110 110110

Color Harmonies of #A968AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A968AD

Black with #A968AD

Text Example


Text Example

White with #A968AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A968AD; }

 p { color: rgb(169,104,173); }

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

background-color css

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

 a { background-color: rgb(169,104,173); }

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

border-color css

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

 span { border-color: rgb(169,104,173); }

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