Html Css Color HEX #A075C3 Lilac Bush

📋 copy color: '#A075C3'

red 160 ◦ green 117 ◦ blue 195

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

Shades of Lilac Bush #A075C3

Tints of Lilac Bush #A075C3

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.79%

 BLUE value IS 195 (76.56% from 255) = 41.31%

R = 33.9%
G = 24.79%
B = 41.31%

CMYK

 C value IS 0.18

 M value IS 0.4

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A075C3 (or 0xA075C3) is known color: Lilac Bush. HEX triplet: A0, 75 and C3. RGB value is (160,117,195). Sum of RGB (Red+Green+Blue) = 160+117+195=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #A075C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075C3 is #5F8A3C. Grayscale: #8A8A8A. Windows color (decimal): -6261309 or 12809632. OLE color: 12809632.

HSL color Cylindrical-coordinate representation of color #A075C3: hue angle of 273.08º 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 #A075C3 is Cyan = 0.18, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 117 195 -
CMYK 0.18 0.4 0 0.24
HSL 273.08º 0.39% 0.61% -
HSV(B) 273.08º 0.4% 0.76% -
XYZ 30.71 24.14 54.67 -
YUV 138.75 159.75 143.16 -
System Red Green Blue C M Y K H S L
Decimal 160 117 195 0.18 0.4 0 0.24 273.08 0.39 0.61
Hex A0 75 C3 12 28 0 18 111 27 3D
Octal 240 165 303 22 50 0 30 421 47 75
Binary 10100000 1110101 11000011 10010 101000 0 11000 100010001 100111 111101

Color Harmonies of #A075C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075C3

Black with #A075C3

Text Example


Text Example

White with #A075C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075C3; }

 p { color: rgb(160,117,195); }

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

background-color css

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

 a { background-color: rgb(160,117,195); }

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

border-color css

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

 span { border-color: rgb(160,117,195); }

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