Html Css Color HEX #A768AD Violet Blue

📋 copy color: '#A768AD'

red 167 ◦ green 104 ◦ blue 173

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

Shades of Violet Blue #A768AD

Tints of Violet Blue #A768AD

RGB

 RED value IS 167 (65.63% from 255) = 37.61%

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

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

R = 37.61%
G = 23.42%
B = 38.96%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A768AD (or 0xA768AD) is known color: Violet Blue. HEX triplet: A7, 68 and AD. RGB value is (167,104,173). Sum of RGB (Red+Green+Blue) = 167+104+173=444 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.61% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #A768AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A768AD is #589752. Grayscale: #828282. Windows color (decimal): -5805907 or 11364519. OLE color: 11364519.

HSL color Cylindrical-coordinate representation of color #A768AD: hue angle of 294.78º 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 #A768AD is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 104 173 -
CMYK 0.03 0.40 0 0.32
HSL 294.78º 0.3% 0.54% -
HSV(B) 294.78º 0.4% 0.68% -
XYZ 28.43 21.13 42.12 -
YUV 130.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 167 104 173 0.03 0.40 0 0.32 294.78 0.3 0.54
Hex A7 68 AD 3 28 0 20 127 1E 36
Octal 247 150 255 3 50 0 40 447 36 66
Binary 10100111 1101000 10101101 11 101000 0 100000 100100111 11110 110110

Color Harmonies of #A768AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A768AD

Black with #A768AD

Text Example


Text Example

White with #A768AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A768AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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