Html Css Color HEX #A054AF Deep Lilac

📋 copy color: '#A054AF'

red 160 ◦ green 84 ◦ blue 175

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

Shades of Deep Lilac #A054AF

Tints of Deep Lilac #A054AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.05%

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

R = 38.19%
G = 20.05%
B = 41.77%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A054AF (or 0xA054AF) is known color: Deep Lilac. HEX triplet: A0, 54 and AF. RGB value is (160,84,175). Sum of RGB (Red+Green+Blue) = 160+84+175=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #A054AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A054AF is #5FAB50. Grayscale: #747474. Windows color (decimal): -6269777 or 11490464. OLE color: 11490464.

HSL color Cylindrical-coordinate representation of color #A054AF: hue angle of 290.11º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A054AF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 84 175 -
CMYK 0.09 0.52 0 0.31
HSL 290.11º 0.36% 0.51% -
HSV(B) 290.11º 0.52% 0.69% -
XYZ 25.41 16.91 42.48 -
YUV 117.1 160.68 158.6 -
System Red Green Blue C M Y K H S L
Decimal 160 84 175 0.09 0.52 0 0.31 290.11 0.36 0.51
Hex A0 54 AF 9 34 0 1F 122 24 33
Octal 240 124 257 11 64 0 37 442 44 63
Binary 10100000 1010100 10101111 1001 110100 0 11111 100100010 100100 110011

Color Harmonies of #A054AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A054AF

Black with #A054AF

Text Example


Text Example

White with #A054AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A054AF; }

 p { color: rgb(160,84,175); }

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

background-color css

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

 a { background-color: rgb(160,84,175); }

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

border-color css

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

 span { border-color: rgb(160,84,175); }

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