Html Css Color HEX #A275C5 Lilac Bush

📋 copy color: '#A275C5'

red 162 ◦ green 117 ◦ blue 197

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

Shades of Lilac Bush #A275C5

Tints of Lilac Bush #A275C5

RGB

 RED value IS 162 (63.67% from 255) = 34.03%

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

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

R = 34.03%
G = 24.58%
B = 41.39%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A275C5 (or 0xA275C5) is known color: Lilac Bush. HEX triplet: A2, 75 and C5. RGB value is (162,117,197). Sum of RGB (Red+Green+Blue) = 162+117+197=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 197 - color contains mainly: blue. Hex color #A275C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275C5 is #5D8A3A. Grayscale: #8B8B8B. Windows color (decimal): -6130235 or 12940706. OLE color: 12940706.

HSL color Cylindrical-coordinate representation of color #A275C5: hue angle of 273.75º 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 #A275C5 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 117 197 -
CMYK 0.18 0.41 0 0.23
HSL 273.75º 0.41% 0.62% -
HSV(B) 273.75º 0.41% 0.77% -
XYZ 31.34 24.44 55.89 -
YUV 139.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 162 117 197 0.18 0.41 0 0.23 273.75 0.41 0.62
Hex A2 75 C5 12 29 0 17 112 29 3E
Octal 242 165 305 22 51 0 27 422 51 76
Binary 10100010 1110101 11000101 10010 101001 0 10111 100010010 101001 111110

Color Harmonies of #A275C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A275C5

Black with #A275C5

Text Example


Text Example

White with #A275C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A275C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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