Html Css Color HEX #A465AD Violet Blue

📋 copy color: '#A465AD'

red 164 ◦ green 101 ◦ blue 173

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

Shades of Violet Blue #A465AD

Tints of Violet Blue #A465AD

RGB

 RED value IS 164 (64.45% from 255) = 37.44%

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

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

R = 37.44%
G = 23.06%
B = 39.5%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A465AD (or 0xA465AD) is known color: Violet Blue. HEX triplet: A4, 65 and AD. RGB value is (164,101,173). Sum of RGB (Red+Green+Blue) = 164+101+173=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #A465AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A465AD is #5B9A52. Grayscale: #7F7F7F. Windows color (decimal): -6003283 or 11363748. OLE color: 11363748.

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

Color convert

RGB 164 101 173 -
CMYK 0.05 0.42 0 0.32
HSL 292.5º 0.31% 0.54% -
HSV(B) 292.5º 0.42% 0.68% -
XYZ 27.51 20.22 41.99 -
YUV 128.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 164 101 173 0.05 0.42 0 0.32 292.5 0.31 0.54
Hex A4 65 AD 5 2A 0 20 124 1F 36
Octal 244 145 255 5 52 0 40 444 37 66
Binary 10100100 1100101 10101101 101 101010 0 100000 100100100 11111 110110

Color Harmonies of #A465AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A465AD

Black with #A465AD

Text Example


Text Example

White with #A465AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A465AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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