Html Css Color HEX #A038AB Deep Lilac

📋 copy color: '#A038AB'

red 160 ◦ green 56 ◦ blue 171

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

Shades of Deep Lilac #A038AB

Tints of Deep Lilac #A038AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 41.34%
G = 14.47%
B = 44.19%

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

#A038AB (or 0xA038AB) is known color: Deep Lilac. HEX triplet: A0, 38 and AB. RGB value is (160,56,171). Sum of RGB (Red+Green+Blue) = 160+56+171=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #A038AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A038AB is #5FC754. Grayscale: #636363. Windows color (decimal): -6276949 or 11221152. OLE color: 11221152.

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

Color convert

RGB 160 56 171 -
CMYK 0.06 0.67 0 0.33
HSL 294.26º 0.51% 0.45% -
HSV(B) 294.26º 0.67% 0.67% -
XYZ 23.26 13.24 39.86 -
YUV 100.21 167.96 170.65 -
System Red Green Blue C M Y K H S L
Decimal 160 56 171 0.06 0.67 0 0.33 294.26 0.51 0.45
Hex A0 38 AB 6 43 0 21 126 33 2D
Octal 240 70 253 6 103 0 41 446 63 55
Binary 10100000 111000 10101011 110 1000011 0 100001 100100110 110011 101101

Color Harmonies of #A038AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A038AB

Black with #A038AB

Text Example


Text Example

White with #A038AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A038AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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