Html Css Color HEX #A955C7 Deep Lilac

📋 copy color: '#A955C7'

red 169 ◦ green 85 ◦ blue 199

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

Shades of Deep Lilac #A955C7

Tints of Deep Lilac #A955C7

RGB

 RED value IS 169 (66.41% from 255) = 37.31%

 GREEN value IS 85 (33.59% from 255) = 18.76%

 BLUE value IS 199 (78.13% from 255) = 43.93%

R = 37.31%
G = 18.76%
B = 43.93%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A955C7 (or 0xA955C7) is known color: Deep Lilac. HEX triplet: A9, 55 and C7. RGB value is (169,85,199). Sum of RGB (Red+Green+Blue) = 169+85+199=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 199 - color contains mainly: blue. Hex color #A955C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A955C7 is #56AA38. Grayscale: #7A7A7A. Windows color (decimal): -5679673 or 13063593. OLE color: 13063593.

HSL color Cylindrical-coordinate representation of color #A955C7: hue angle of 284.21º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A955C7 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 85 199 -
CMYK 0.15 0.57 0 0.22
HSL 284.21º 0.5% 0.56% -
HSV(B) 284.21º 0.57% 0.78% -
XYZ 29.92 19.06 56.13 -
YUV 123.11 170.83 160.73 -
System Red Green Blue C M Y K H S L
Decimal 169 85 199 0.15 0.57 0 0.22 284.21 0.5 0.56
Hex A9 55 C7 F 39 0 16 11C 32 38
Octal 251 125 307 17 71 0 26 434 62 70
Binary 10101001 1010101 11000111 1111 111001 0 10110 100011100 110010 111000

Color Harmonies of #A955C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A955C7

Black with #A955C7

Text Example


Text Example

White with #A955C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A955C7; }

 p { color: rgb(169,85,199); }

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

background-color css

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

 a { background-color: rgb(169,85,199); }

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

border-color css

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

 span { border-color: rgb(169,85,199); }

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