Html Css Color HEX #A038AA Deep Lilac

📋 copy color: '#A038AA'

red 160 ◦ green 56 ◦ blue 170

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

Shades of Deep Lilac #A038AA

Tints of Deep Lilac #A038AA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.51%

 BLUE value IS 170 (66.8% from 255) = 44.04%

R = 41.45%
G = 14.51%
B = 44.04%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A038AA (or 0xA038AA) is known color: Deep Lilac. HEX triplet: A0, 38 and AA. RGB value is (160,56,170). Sum of RGB (Red+Green+Blue) = 160+56+170=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #A038AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A038AA is #5FC755. Grayscale: #636363. Windows color (decimal): -6276950 or 11155616. OLE color: 11155616.

HSL color Cylindrical-coordinate representation of color #A038AA: hue angle of 294.74º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A038AA is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 56 170 -
CMYK 0.06 0.67 0 0.33
HSL 294.74º 0.5% 0.44% -
HSV(B) 294.74º 0.67% 0.67% -
XYZ 23.17 13.2 39.36 -
YUV 100.09 167.46 170.73 -
System Red Green Blue C M Y K H S L
Decimal 160 56 170 0.06 0.67 0 0.33 294.74 0.5 0.44
Hex A0 38 AA 6 43 0 21 127 32 2C
Octal 240 70 252 6 103 0 41 447 62 54
Binary 10100000 111000 10101010 110 1000011 0 100001 100100111 110010 101100

Color Harmonies of #A038AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A038AA

Black with #A038AA

Text Example


Text Example

White with #A038AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A038AA; }

 p { color: rgb(160,56,170); }

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

background-color css

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

 a { background-color: rgb(160,56,170); }

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

border-color css

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

 span { border-color: rgb(160,56,170); }

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