Html Css Color HEX #A764BE Deep Lilac

📋 copy color: '#A764BE'

red 167 ◦ green 100 ◦ blue 190

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

Shades of Deep Lilac #A764BE

Tints of Deep Lilac #A764BE

RGB

 RED value IS 167 (65.63% from 255) = 36.54%

 GREEN value IS 100 (39.45% from 255) = 21.88%

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

R = 36.54%
G = 21.88%
B = 41.58%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A764BE (or 0xA764BE) is known color: Deep Lilac. HEX triplet: A7, 64 and BE. RGB value is (167,100,190). Sum of RGB (Red+Green+Blue) = 167+100+190=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #A764BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A764BE is #589B41. Grayscale: #828282. Windows color (decimal): -5806914 or 12477607. OLE color: 12477607.

HSL color Cylindrical-coordinate representation of color #A764BE: hue angle of 284.67º 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 #A764BE is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 100 190 -
CMYK 0.12 0.47 0 0.25
HSL 284.67º 0.41% 0.57% -
HSV(B) 284.67º 0.47% 0.75% -
XYZ 29.79 21.05 51.21 -
YUV 130.29 161.7 154.18 -
System Red Green Blue C M Y K H S L
Decimal 167 100 190 0.12 0.47 0 0.25 284.67 0.41 0.57
Hex A7 64 BE C 2F 0 19 11D 29 39
Octal 247 144 276 14 57 0 31 435 51 71
Binary 10100111 1100100 10111110 1100 101111 0 11001 100011101 101001 111001

Color Harmonies of #A764BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A764BE

Black with #A764BE

Text Example


Text Example

White with #A764BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A764BE; }

 p { color: rgb(167,100,190); }

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

background-color css

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

 a { background-color: rgb(167,100,190); }

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

border-color css

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

 span { border-color: rgb(167,100,190); }

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