Html Css Color HEX #A465AB Violet Blue

📋 copy color: '#A465AB'

red 164 ◦ green 101 ◦ blue 171

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

Shades of Violet Blue #A465AB

Tints of Violet Blue #A465AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.22%

R = 37.61%
G = 23.17%
B = 39.22%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A465AB (or 0xA465AB) is known color: Violet Blue. HEX triplet: A4, 65 and AB. RGB value is (164,101,171). Sum of RGB (Red+Green+Blue) = 164+101+171=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #A465AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A465AB is #5B9A54. Grayscale: #7F7F7F. Windows color (decimal): -6003285 or 11232676. OLE color: 11232676.

HSL color Cylindrical-coordinate representation of color #A465AB: hue angle of 294º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A465AB is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 101 171 -
CMYK 0.04 0.41 0 0.33
HSL 294º 0.29% 0.53% -
HSV(B) 294º 0.41% 0.67% -
XYZ 27.31 20.14 40.98 -
YUV 127.82 152.37 153.81 -
System Red Green Blue C M Y K H S L
Decimal 164 101 171 0.04 0.41 0 0.33 294 0.29 0.53
Hex A4 65 AB 4 29 0 21 126 1D 35
Octal 244 145 253 4 51 0 41 446 35 65
Binary 10100100 1100101 10101011 100 101001 0 100001 100100110 11101 110101

Color Harmonies of #A465AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A465AB

Black with #A465AB

Text Example


Text Example

White with #A465AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A465AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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