Html Css Color HEX #A765AD Violet Blue

📋 copy color: '#A765AD'

red 167 ◦ green 101 ◦ blue 173

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

Shades of Violet Blue #A765AD

Tints of Violet Blue #A765AD

RGB

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

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

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

R = 37.87%
G = 22.9%
B = 39.23%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A765AD (or 0xA765AD) is known color: Violet Blue. HEX triplet: A7, 65 and AD. RGB value is (167,101,173). Sum of RGB (Red+Green+Blue) = 167+101+173=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #A765AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A765AD is #589A52. Grayscale: #808080. Windows color (decimal): -5806675 or 11363751. OLE color: 11363751.

HSL color Cylindrical-coordinate representation of color #A765AD: hue angle of 295º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A765AD is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 167 101 173 -
CMYK 0.03 0.42 0 0.32
HSL 295º 0.31% 0.54% -
HSV(B) 295º 0.42% 0.68% -
XYZ 28.13 20.54 42.02 -
YUV 128.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 167 101 173 0.03 0.42 0 0.32 295 0.31 0.54
Hex A7 65 AD 3 2A 0 20 127 1F 36
Octal 247 145 255 3 52 0 40 447 37 66
Binary 10100111 1100101 10101101 11 101010 0 100000 100100111 11111 110110

Color Harmonies of #A765AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A765AD

Black with #A765AD

Text Example


Text Example

White with #A765AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A765AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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