Html Css Color HEX #A075C5 Lilac Bush

📋 copy color: '#A075C5'

red 160 ◦ green 117 ◦ blue 197

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

Shades of Lilac Bush #A075C5

Tints of Lilac Bush #A075C5

RGB

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

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

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

R = 33.76%
G = 24.68%
B = 41.56%

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

#A075C5 (or 0xA075C5) is known color: Lilac Bush. HEX triplet: A0, 75 and C5. RGB value is (160,117,197). Sum of RGB (Red+Green+Blue) = 160+117+197=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 197 - color contains mainly: blue. Hex color #A075C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075C5 is #5F8A3A. Grayscale: #8A8A8A. Windows color (decimal): -6261307 or 12940704. OLE color: 12940704.

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

Color convert

RGB 160 117 197 -
CMYK 0.19 0.41 0 0.23
HSL 272.25º 0.41% 0.62% -
HSV(B) 272.25º 0.41% 0.77% -
XYZ 30.94 24.23 55.87 -
YUV 138.98 160.75 143 -
System Red Green Blue C M Y K H S L
Decimal 160 117 197 0.19 0.41 0 0.23 272.25 0.41 0.62
Hex A0 75 C5 13 29 0 17 110 29 3E
Octal 240 165 305 23 51 0 27 420 51 76
Binary 10100000 1110101 11000101 10011 101001 0 10111 100010000 101001 111110

Color Harmonies of #A075C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075C5

Black with #A075C5

Text Example


Text Example

White with #A075C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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