Html Css Color HEX #A075CA Lilac Bush

📋 copy color: '#A075CA'

red 160 ◦ green 117 ◦ blue 202

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

Shades of Lilac Bush #A075CA

Tints of Lilac Bush #A075CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.17%

R = 33.4%
G = 24.43%
B = 42.17%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A075CA (or 0xA075CA) is known color: Lilac Bush. HEX triplet: A0, 75 and CA. RGB value is (160,117,202). Sum of RGB (Red+Green+Blue) = 160+117+202=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #A075CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A075CA is #5F8A35. Grayscale: #8B8B8B. Windows color (decimal): -6261302 or 13268384. OLE color: 13268384.

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

Color convert

RGB 160 117 202 -
CMYK 0.21 0.42 0 0.21
HSL 270.35º 0.45% 0.63% -
HSV(B) 270.35º 0.42% 0.79% -
XYZ 31.52 24.46 58.94 -
YUV 139.55 163.25 142.59 -
System Red Green Blue C M Y K H S L
Decimal 160 117 202 0.21 0.42 0 0.21 270.35 0.45 0.63
Hex A0 75 CA 15 2A 0 15 10E 2D 3F
Octal 240 165 312 25 52 0 25 416 55 77
Binary 10100000 1110101 11001010 10101 101010 0 10101 100001110 101101 111111

Color Harmonies of #A075CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A075CA

Black with #A075CA

Text Example


Text Example

White with #A075CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A075CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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