Html Css Color HEX #A074C2 Lilac Bush

📋 copy color: '#A074C2'

red 160 ◦ green 116 ◦ blue 194

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

Shades of Lilac Bush #A074C2

Tints of Lilac Bush #A074C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.28%

R = 34.04%
G = 24.68%
B = 41.28%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A074C2 (or 0xA074C2) is known color: Lilac Bush. HEX triplet: A0, 74 and C2. RGB value is (160,116,194). Sum of RGB (Red+Green+Blue) = 160+116+194=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 194 - color contains mainly: blue. Hex color #A074C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074C2 is #5F8B3D. Grayscale: #898989. Windows color (decimal): -6261566 or 12743840. OLE color: 12743840.

HSL color Cylindrical-coordinate representation of color #A074C2: hue angle of 273.85º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A074C2 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 116 194 -
CMYK 0.18 0.40 0 0.24
HSL 273.85º 0.39% 0.61% -
HSV(B) 273.85º 0.4% 0.76% -
XYZ 30.48 23.86 54.04 -
YUV 138.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 160 116 194 0.18 0.40 0 0.24 273.85 0.39 0.61
Hex A0 74 C2 12 28 0 18 112 27 3D
Octal 240 164 302 22 50 0 30 422 47 75
Binary 10100000 1110100 11000010 10010 101000 0 11000 100010010 100111 111101

Color Harmonies of #A074C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A074C2

Black with #A074C2

Text Example


Text Example

White with #A074C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A074C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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