Html Css Color HEX #A465AE Violet Blue

📋 copy color: '#A465AE'

red 164 ◦ green 101 ◦ blue 174

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

Shades of Violet Blue #A465AE

Tints of Violet Blue #A465AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.64%

R = 37.36%
G = 23.01%
B = 39.64%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A465AE (or 0xA465AE) is known color: Violet Blue. HEX triplet: A4, 65 and AE. RGB value is (164,101,174). Sum of RGB (Red+Green+Blue) = 164+101+174=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #A465AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A465AE is #5B9A51. Grayscale: #7F7F7F. Windows color (decimal): -6003282 or 11429284. OLE color: 11429284.

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

Color convert

RGB 164 101 174 -
CMYK 0.06 0.42 0 0.32
HSL 291.78º 0.31% 0.54% -
HSV(B) 291.78º 0.42% 0.68% -
XYZ 27.6 20.26 42.5 -
YUV 128.16 153.87 153.56 -
System Red Green Blue C M Y K H S L
Decimal 164 101 174 0.06 0.42 0 0.32 291.78 0.31 0.54
Hex A4 65 AE 6 2A 0 20 124 1F 36
Octal 244 145 256 6 52 0 40 444 37 66
Binary 10100100 1100101 10101110 110 101010 0 100000 100100100 11111 110110

Color Harmonies of #A465AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A465AE

Black with #A465AE

Text Example


Text Example

White with #A465AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A465AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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