Html Css Color HEX #A075CC Lilac Bush

📋 copy color: '#A075CC'

red 160 ◦ green 117 ◦ blue 204

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

Shades of Lilac Bush #A075CC

Tints of Lilac Bush #A075CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.41%

R = 33.26%
G = 24.32%
B = 42.41%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A075CC (or 0xA075CC) is known color: Lilac Bush. HEX triplet: A0, 75 and CC. RGB value is (160,117,204). Sum of RGB (Red+Green+Blue) = 160+117+204=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 117 (46.09% from 255 or 24.32% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #A075CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075CC is #5F8A33. Grayscale: #8B8B8B. Windows color (decimal): -6261300 or 13399456. OLE color: 13399456.

HSL color Cylindrical-coordinate representation of color #A075CC: hue angle of 269.66º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A075CC is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 117 204 -
CMYK 0.22 0.43 0 0.2
HSL 269.66º 0.46% 0.63% -
HSV(B) 269.66º 0.43% 0.8% -
XYZ 31.76 24.56 60.19 -
YUV 139.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 160 117 204 0.22 0.43 0 0.2 269.66 0.46 0.63
Hex A0 75 CC 16 2B 0 14 10E 2E 3F
Octal 240 165 314 26 53 0 24 416 56 77
Binary 10100000 1110101 11001100 10110 101011 0 10100 100001110 101110 111111

Color Harmonies of #A075CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075CC

Black with #A075CC

Text Example


Text Example

White with #A075CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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