Html Css Color HEX #A465BF Deep Lilac

📋 copy color: '#A465BF'

red 164 ◦ green 101 ◦ blue 191

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

Shades of Deep Lilac #A465BF

Tints of Deep Lilac #A465BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.89%

R = 35.96%
G = 22.15%
B = 41.89%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A465BF (or 0xA465BF) is known color: Deep Lilac. HEX triplet: A4, 65 and BF. RGB value is (164,101,191). Sum of RGB (Red+Green+Blue) = 164+101+191=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 191 - color contains mainly: blue. Hex color #A465BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465BF is #5B9A40. Grayscale: #818181. Windows color (decimal): -6003265 or 12543396. OLE color: 12543396.

HSL color Cylindrical-coordinate representation of color #A465BF: hue angle of 282º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A465BF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 101 191 -
CMYK 0.14 0.47 0 0.25
HSL 282º 0.41% 0.57% -
HSV(B) 282º 0.47% 0.75% -
XYZ 29.37 20.96 51.79 -
YUV 130.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 164 101 191 0.14 0.47 0 0.25 282 0.41 0.57
Hex A4 65 BF E 2F 0 19 11A 29 39
Octal 244 145 277 16 57 0 31 432 51 71
Binary 10100100 1100101 10111111 1110 101111 0 11001 100011010 101001 111001

Color Harmonies of #A465BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A465BF

Black with #A465BF

Text Example


Text Example

White with #A465BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A465BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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