Html Css Color HEX #A94ABC Deep Lilac

📋 copy color: '#A94ABC'

red 169 ◦ green 74 ◦ blue 188

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

Shades of Deep Lilac #A94ABC

Tints of Deep Lilac #A94ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.17%

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 39.21%
G = 17.17%
B = 43.62%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A94ABC (or 0xA94ABC) is known color: Deep Lilac. HEX triplet: A9, 4A and BC. RGB value is (169,74,188). Sum of RGB (Red+Green+Blue) = 169+74+188=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #A94ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94ABC is #56B543. Grayscale: #737373. Windows color (decimal): -5682500 or 12339881. OLE color: 12339881.

HSL color Cylindrical-coordinate representation of color #A94ABC: hue angle of 290º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A94ABC is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 74 188 -
CMYK 0.10 0.61 0 0.26
HSL 290º 0.46% 0.51% -
HSV(B) 290º 0.61% 0.74% -
XYZ 27.89 16.96 49.38 -
YUV 115.4 168.97 166.23 -
System Red Green Blue C M Y K H S L
Decimal 169 74 188 0.10 0.61 0 0.26 290 0.46 0.51
Hex A9 4A BC A 3D 0 1A 122 2E 33
Octal 251 112 274 12 75 0 32 442 56 63
Binary 10101001 1001010 10111100 1010 111101 0 11010 100100010 101110 110011

Color Harmonies of #A94ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94ABC

Black with #A94ABC

Text Example


Text Example

White with #A94ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94ABC; }

 p { color: rgb(169,74,188); }

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

background-color css

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

 a { background-color: rgb(169,74,188); }

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

border-color css

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

 span { border-color: rgb(169,74,188); }

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