Html Css Color HEX #A466BE Deep Lilac

📋 copy color: '#A466BE'

red 164 ◦ green 102 ◦ blue 190

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

Shades of Deep Lilac #A466BE

Tints of Deep Lilac #A466BE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.37%

 BLUE value IS 190 (74.61% from 255) = 41.67%

R = 35.96%
G = 22.37%
B = 41.67%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A466BE (or 0xA466BE) is known color: Deep Lilac. HEX triplet: A4, 66 and BE. RGB value is (164,102,190). Sum of RGB (Red+Green+Blue) = 164+102+190=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #A466BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466BE is #5B9941. Grayscale: #828282. Windows color (decimal): -6003010 or 12478116. OLE color: 12478116.

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

Color convert

RGB 164 102 190 -
CMYK 0.14 0.46 0 0.25
HSL 282.27º 0.4% 0.57% -
HSV(B) 282.27º 0.46% 0.75% -
XYZ 29.36 21.11 51.24 -
YUV 130.57 161.54 151.84 -
System Red Green Blue C M Y K H S L
Decimal 164 102 190 0.14 0.46 0 0.25 282.27 0.4 0.57
Hex A4 66 BE E 2E 0 19 11A 28 39
Octal 244 146 276 16 56 0 31 432 50 71
Binary 10100100 1100110 10111110 1110 101110 0 11001 100011010 101000 111001

Color Harmonies of #A466BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A466BE

Black with #A466BE

Text Example


Text Example

White with #A466BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A466BE; }

 p { color: rgb(164,102,190); }

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

background-color css

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

 a { background-color: rgb(164,102,190); }

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

border-color css

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

 span { border-color: rgb(164,102,190); }

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