Html Css Color HEX #A142BF Deep Lilac

📋 copy color: '#A142BF'

red 161 ◦ green 66 ◦ blue 191

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

Shades of Deep Lilac #A142BF

Tints of Deep Lilac #A142BF

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

 BLUE value IS 191 (75% from 255) = 45.69%

R = 38.52%
G = 15.79%
B = 45.69%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A142BF (or 0xA142BF) is known color: Deep Lilac. HEX triplet: A1, 42 and BF. RGB value is (161,66,191). Sum of RGB (Red+Green+Blue) = 161+66+191=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #A142BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A142BF is #5EBD40. Grayscale: #6C6C6C. Windows color (decimal): -6208833 or 12534433. OLE color: 12534433.

HSL color Cylindrical-coordinate representation of color #A142BF: hue angle of 285.6º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A142BF is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 66 191 -
CMYK 0.16 0.65 0 0.25
HSL 285.6º 0.49% 0.5% -
HSV(B) 285.6º 0.65% 0.75% -
XYZ 26.05 15.24 50.86 -
YUV 108.66 174.47 165.34 -
System Red Green Blue C M Y K H S L
Decimal 161 66 191 0.16 0.65 0 0.25 285.6 0.49 0.5
Hex A1 42 BF 10 41 0 19 11E 31 32
Octal 241 102 277 20 101 0 31 436 61 62
Binary 10100001 1000010 10111111 10000 1000001 0 11001 100011110 110001 110010

Color Harmonies of #A142BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A142BF

Black with #A142BF

Text Example


Text Example

White with #A142BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A142BF; }

 p { color: rgb(161,66,191); }

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

background-color css

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

 a { background-color: rgb(161,66,191); }

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

border-color css

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

 span { border-color: rgb(161,66,191); }

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