Html Css Color HEX #A075CB Lilac Bush

📋 copy color: '#A075CB'

red 160 ◦ green 117 ◦ blue 203

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

Shades of Lilac Bush #A075CB

Tints of Lilac Bush #A075CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 33.33%
G = 24.38%
B = 42.29%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A075CB (or 0xA075CB) is known color: Lilac Bush. HEX triplet: A0, 75 and CB. RGB value is (160,117,203). Sum of RGB (Red+Green+Blue) = 160+117+203=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #A075CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075CB is #5F8A34. Grayscale: #8B8B8B. Windows color (decimal): -6261301 or 13333920. OLE color: 13333920.

HSL color Cylindrical-coordinate representation of color #A075CB: hue angle of 270º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A075CB is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 117 203 -
CMYK 0.21 0.42 0 0.20
HSL 270º 0.45% 0.63% -
HSV(B) 270º 0.42% 0.8% -
XYZ 31.64 24.51 59.56 -
YUV 139.66 163.75 142.51 -
System Red Green Blue C M Y K H S L
Decimal 160 117 203 0.21 0.42 0 0.20 270 0.45 0.63
Hex A0 75 CB 15 2A 0 14 10E 2D 3F
Octal 240 165 313 25 52 0 24 416 55 77
Binary 10100000 1110101 11001011 10101 101010 0 10100 100001110 101101 111111

Color Harmonies of #A075CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075CB

Black with #A075CB

Text Example


Text Example

White with #A075CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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