Html Css Color HEX #A14BBC Deep Lilac

📋 copy color: '#A14BBC'

red 161 ◦ green 75 ◦ blue 188

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

Shades of Deep Lilac #A14BBC

Tints of Deep Lilac #A14BBC

RGB

 RED value IS 161 (63.28% from 255) = 37.97%

 GREEN value IS 75 (29.69% from 255) = 17.69%

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

R = 37.97%
G = 17.69%
B = 44.34%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A14BBC (or 0xA14BBC) is known color: Deep Lilac. HEX triplet: A1, 4B and BC. RGB value is (161,75,188). Sum of RGB (Red+Green+Blue) = 161+75+188=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #A14BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14BBC is #5EB443. Grayscale: #717171. Windows color (decimal): -6206532 or 12340129. OLE color: 12340129.

HSL color Cylindrical-coordinate representation of color #A14BBC: hue angle of 285.66º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14BBC is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 75 188 -
CMYK 0.14 0.60 0 0.26
HSL 285.66º 0.46% 0.52% -
HSV(B) 285.66º 0.6% 0.74% -
XYZ 26.29 16.24 49.33 -
YUV 113.6 169.99 161.81 -
System Red Green Blue C M Y K H S L
Decimal 161 75 188 0.14 0.60 0 0.26 285.66 0.46 0.52
Hex A1 4B BC E 3C 0 1A 11E 2E 34
Octal 241 113 274 16 74 0 32 436 56 64
Binary 10100001 1001011 10111100 1110 111100 0 11010 100011110 101110 110100

Color Harmonies of #A14BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14BBC

Black with #A14BBC

Text Example


Text Example

White with #A14BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14BBC; }

 p { color: rgb(161,75,188); }

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

background-color css

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

 a { background-color: rgb(161,75,188); }

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

border-color css

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

 span { border-color: rgb(161,75,188); }

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