Html Css Color HEX #A074C5 Lilac Bush

📋 copy color: '#A074C5'

red 160 ◦ green 116 ◦ blue 197

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

Shades of Lilac Bush #A074C5

Tints of Lilac Bush #A074C5

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.52%

 BLUE value IS 197 (77.34% from 255) = 41.65%

R = 33.83%
G = 24.52%
B = 41.65%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A074C5 (or 0xA074C5) is known color: Lilac Bush. HEX triplet: A0, 74 and C5. RGB value is (160,116,197). Sum of RGB (Red+Green+Blue) = 160+116+197=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 197 - color contains mainly: blue. Hex color #A074C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074C5 is #5F8B3A. Grayscale: #8A8A8A. Windows color (decimal): -6261563 or 12940448. OLE color: 12940448.

HSL color Cylindrical-coordinate representation of color #A074C5: hue angle of 272.59º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A074C5 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 116 197 -
CMYK 0.19 0.41 0 0.23
HSL 272.59º 0.41% 0.61% -
HSV(B) 272.59º 0.41% 0.77% -
XYZ 30.82 24 55.83 -
YUV 138.39 161.08 143.41 -
System Red Green Blue C M Y K H S L
Decimal 160 116 197 0.19 0.41 0 0.23 272.59 0.41 0.61
Hex A0 74 C5 13 29 0 17 111 29 3D
Octal 240 164 305 23 51 0 27 421 51 75
Binary 10100000 1110100 11000101 10011 101001 0 10111 100010001 101001 111101

Color Harmonies of #A074C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A074C5

Black with #A074C5

Text Example


Text Example

White with #A074C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A074C5; }

 p { color: rgb(160,116,197); }

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

background-color css

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

 a { background-color: rgb(160,116,197); }

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

border-color css

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

 span { border-color: rgb(160,116,197); }

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