Html Css Color HEX #A465B1 Violet Blue

📋 copy color: '#A465B1'

red 164 ◦ green 101 ◦ blue 177

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

Shades of Violet Blue #A465B1

Tints of Violet Blue #A465B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.05%

R = 37.1%
G = 22.85%
B = 40.05%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A465B1 (or 0xA465B1) is known color: Violet Blue. HEX triplet: A4, 65 and B1. RGB value is (164,101,177). Sum of RGB (Red+Green+Blue) = 164+101+177=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 177 - color contains mainly: blue. Hex color #A465B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A465B1 is #5B9A4E. Grayscale: #808080. Windows color (decimal): -6003279 or 11625892. OLE color: 11625892.

HSL color Cylindrical-coordinate representation of color #A465B1: hue angle of 289.74º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A465B1 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 101 177 -
CMYK 0.07 0.43 0 0.31
HSL 289.74º 0.33% 0.55% -
HSV(B) 289.74º 0.43% 0.69% -
XYZ 27.9 20.37 44.06 -
YUV 128.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 164 101 177 0.07 0.43 0 0.31 289.74 0.33 0.55
Hex A4 65 B1 7 2B 0 1F 122 21 37
Octal 244 145 261 7 53 0 37 442 41 67
Binary 10100100 1100101 10110001 111 101011 0 11111 100100010 100001 110111

Color Harmonies of #A465B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A465B1

Black with #A465B1

Text Example


Text Example

White with #A465B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A465B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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