Html Css Color HEX #A740AF Deep Lilac

📋 copy color: '#A740AF'

red 167 ◦ green 64 ◦ blue 175

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

Shades of Deep Lilac #A740AF

Tints of Deep Lilac #A740AF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.76%

 BLUE value IS 175 (68.75% from 255) = 43.1%

R = 41.13%
G = 15.76%
B = 43.1%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A740AF (or 0xA740AF) is known color: Deep Lilac. HEX triplet: A7, 40 and AF. RGB value is (167,64,175). Sum of RGB (Red+Green+Blue) = 167+64+175=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #A740AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A740AF is #58BF50. Grayscale: #6B6B6B. Windows color (decimal): -5816145 or 11485351. OLE color: 11485351.

HSL color Cylindrical-coordinate representation of color #A740AF: hue angle of 295.68º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A740AF is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 64 175 -
CMYK 0.05 0.63 0 0.31
HSL 295.68º 0.46% 0.47% -
HSV(B) 295.68º 0.63% 0.69% -
XYZ 25.51 14.98 42.1 -
YUV 107.45 166.12 170.47 -
System Red Green Blue C M Y K H S L
Decimal 167 64 175 0.05 0.63 0 0.31 295.68 0.46 0.47
Hex A7 40 AF 5 3F 0 1F 128 2E 2F
Octal 247 100 257 5 77 0 37 450 56 57
Binary 10100111 1000000 10101111 101 111111 0 11111 100101000 101110 101111

Color Harmonies of #A740AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A740AF

Black with #A740AF

Text Example


Text Example

White with #A740AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A740AF; }

 p { color: rgb(167,64,175); }

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

background-color css

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

 a { background-color: rgb(167,64,175); }

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

border-color css

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

 span { border-color: rgb(167,64,175); }

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