Html Css Color HEX #A07BCA Lilac Bush

📋 copy color: '#A07BCA'

red 160 ◦ green 123 ◦ blue 202

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

Shades of Lilac Bush #A07BCA

Tints of Lilac Bush #A07BCA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.36%

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

R = 32.99%
G = 25.36%
B = 41.65%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A07BCA (or 0xA07BCA) is known color: Lilac Bush. HEX triplet: A0, 7B and CA. RGB value is (160,123,202). Sum of RGB (Red+Green+Blue) = 160+123+202=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #A07BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BCA is #5F8435. Grayscale: #8E8E8E. Windows color (decimal): -6259766 or 13269920. OLE color: 13269920.

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

Color convert

RGB 160 123 202 -
CMYK 0.21 0.39 0 0.21
HSL 268.1º 0.43% 0.64% -
HSV(B) 268.1º 0.39% 0.79% -
XYZ 32.24 25.9 59.18 -
YUV 143.07 161.26 140.08 -
System Red Green Blue C M Y K H S L
Decimal 160 123 202 0.21 0.39 0 0.21 268.1 0.43 0.64
Hex A0 7B CA 15 27 0 15 10C 2B 40
Octal 240 173 312 25 47 0 25 414 53 100
Binary 10100000 1111011 11001010 10101 100111 0 10101 100001100 101011 1000000

Color Harmonies of #A07BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BCA

Black with #A07BCA

Text Example


Text Example

White with #A07BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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