Html Css Color HEX #A04FD3 Deep Lilac

📋 copy color: '#A04FD3'

red 160 ◦ green 79 ◦ blue 211

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

Shades of Deep Lilac #A04FD3

Tints of Deep Lilac #A04FD3

RGB

 RED value IS 160 (62.89% from 255) = 35.56%

 GREEN value IS 79 (31.25% from 255) = 17.56%

 BLUE value IS 211 (82.81% from 255) = 46.89%

R = 35.56%
G = 17.56%
B = 46.89%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A04FD3 (or 0xA04FD3) is known color: Deep Lilac. HEX triplet: A0, 4F and D3. RGB value is (160,79,211). Sum of RGB (Red+Green+Blue) = 160+79+211=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 211 - color contains mainly: blue. Hex color #A04FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FD3 is #5FB02C. Grayscale: #757575. Windows color (decimal): -6271021 or 13848480. OLE color: 13848480.

HSL color Cylindrical-coordinate representation of color #A04FD3: hue angle of 276.82º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A04FD3 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 79 211 -
CMYK 0.24 0.63 0 0.17
HSL 276.82º 0.6% 0.57% -
HSV(B) 276.82º 0.63% 0.83% -
XYZ 29.05 17.77 63.53 -
YUV 118.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 160 79 211 0.24 0.63 0 0.17 276.82 0.6 0.57
Hex A0 4F D3 18 3F 0 11 115 3C 39
Octal 240 117 323 30 77 0 21 425 74 71
Binary 10100000 1001111 11010011 11000 111111 0 10001 100010101 111100 111001

Color Harmonies of #A04FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04FD3

Black with #A04FD3

Text Example


Text Example

White with #A04FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04FD3; }

 p { color: rgb(160,79,211); }

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

background-color css

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

 a { background-color: rgb(160,79,211); }

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

border-color css

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

 span { border-color: rgb(160,79,211); }

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