Html Css Color HEX #A767AD Violet Blue

📋 copy color: '#A767AD'

red 167 ◦ green 103 ◦ blue 173

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

Shades of Violet Blue #A767AD

Tints of Violet Blue #A767AD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.25%

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

R = 37.7%
G = 23.25%
B = 39.05%

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

#A767AD (or 0xA767AD) is known color: Violet Blue. HEX triplet: A7, 67 and AD. RGB value is (167,103,173). Sum of RGB (Red+Green+Blue) = 167+103+173=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #A767AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A767AD is #589852. Grayscale: #818181. Windows color (decimal): -5806163 or 11364263. OLE color: 11364263.

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

Color convert

RGB 167 103 173 -
CMYK 0.03 0.40 0 0.32
HSL 294.86º 0.3% 0.54% -
HSV(B) 294.86º 0.4% 0.68% -
XYZ 28.33 20.93 42.08 -
YUV 130.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 167 103 173 0.03 0.40 0 0.32 294.86 0.3 0.54
Hex A7 67 AD 3 28 0 20 127 1E 36
Octal 247 147 255 3 50 0 40 447 36 66
Binary 10100111 1100111 10101101 11 101000 0 100000 100100111 11110 110110

Color Harmonies of #A767AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A767AD

Black with #A767AD

Text Example


Text Example

White with #A767AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A767AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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