Html Css Color HEX #A465B2 Deep Lilac

📋 copy color: '#A465B2'

red 164 ◦ green 101 ◦ blue 178

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

Shades of Deep Lilac #A465B2

Tints of Deep Lilac #A465B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.18%

R = 37.02%
G = 22.8%
B = 40.18%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A465B2 (or 0xA465B2) is known color: Deep Lilac. HEX triplet: A4, 65 and B2. RGB value is (164,101,178). Sum of RGB (Red+Green+Blue) = 164+101+178=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 178 - color contains mainly: blue. Hex color #A465B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A465B2 is #5B9A4D. Grayscale: #808080. Windows color (decimal): -6003278 or 11691428. OLE color: 11691428.

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

Color convert

RGB 164 101 178 -
CMYK 0.08 0.43 0 0.30
HSL 289.09º 0.33% 0.55% -
HSV(B) 289.09º 0.43% 0.7% -
XYZ 28 20.41 44.58 -
YUV 128.62 155.87 153.24 -
System Red Green Blue C M Y K H S L
Decimal 164 101 178 0.08 0.43 0 0.30 289.09 0.33 0.55
Hex A4 65 B2 8 2B 0 1E 121 21 37
Octal 244 145 262 10 53 0 36 441 41 67
Binary 10100100 1100101 10110010 1000 101011 0 11110 100100001 100001 110111

Color Harmonies of #A465B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A465B2

Black with #A465B2

Text Example


Text Example

White with #A465B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A465B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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