Html Css Color HEX #A742AF Deep Lilac

📋 copy color: '#A742AF'

red 167 ◦ green 66 ◦ blue 175

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

Shades of Deep Lilac #A742AF

Tints of Deep Lilac #A742AF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.18%

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

R = 40.93%
G = 16.18%
B = 42.89%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A742AF (or 0xA742AF) is known color: Deep Lilac. HEX triplet: A7, 42 and AF. RGB value is (167,66,175). Sum of RGB (Red+Green+Blue) = 167+66+175=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #A742AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A742AF is #58BD50. Grayscale: #6C6C6C. Windows color (decimal): -5815633 or 11485863. OLE color: 11485863.

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

Color convert

RGB 167 66 175 -
CMYK 0.05 0.62 0 0.31
HSL 295.6º 0.45% 0.47% -
HSV(B) 295.6º 0.62% 0.69% -
XYZ 25.62 15.21 42.14 -
YUV 108.63 165.46 169.64 -
System Red Green Blue C M Y K H S L
Decimal 167 66 175 0.05 0.62 0 0.31 295.6 0.45 0.47
Hex A7 42 AF 5 3E 0 1F 128 2D 2F
Octal 247 102 257 5 76 0 37 450 55 57
Binary 10100111 1000010 10101111 101 111110 0 11111 100101000 101101 101111

Color Harmonies of #A742AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A742AF

Black with #A742AF

Text Example


Text Example

White with #A742AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A742AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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