Html Css Color HEX #A240AF Deep Lilac

📋 copy color: '#A240AF'

red 162 ◦ green 64 ◦ blue 175

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

Shades of Deep Lilac #A240AF

Tints of Deep Lilac #A240AF

RGB

 RED value IS 162 (63.67% from 255) = 40.4%

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

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

R = 40.4%
G = 15.96%
B = 43.64%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A240AF (or 0xA240AF) is known color: Deep Lilac. HEX triplet: A2, 40 and AF. RGB value is (162,64,175). Sum of RGB (Red+Green+Blue) = 162+64+175=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #A240AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A240AF is #5DBF50. Grayscale: #696969. Windows color (decimal): -6143825 or 11485346. OLE color: 11485346.

HSL color Cylindrical-coordinate representation of color #A240AF: hue angle of 292.97º 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 #A240AF is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 64 175 -
CMYK 0.07 0.63 0 0.31
HSL 292.97º 0.46% 0.47% -
HSV(B) 292.97º 0.63% 0.69% -
XYZ 24.47 14.44 42.06 -
YUV 105.96 166.97 167.97 -
System Red Green Blue C M Y K H S L
Decimal 162 64 175 0.07 0.63 0 0.31 292.97 0.46 0.47
Hex A2 40 AF 7 3F 0 1F 125 2E 2F
Octal 242 100 257 7 77 0 37 445 56 57
Binary 10100010 1000000 10101111 111 111111 0 11111 100100101 101110 101111

Color Harmonies of #A240AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A240AF

Black with #A240AF

Text Example


Text Example

White with #A240AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A240AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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