Html Css Color HEX #A14CBE Deep Lilac

📋 copy color: '#A14CBE'

red 161 ◦ green 76 ◦ blue 190

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

Shades of Deep Lilac #A14CBE

Tints of Deep Lilac #A14CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.8%

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 37.7%
G = 17.8%
B = 44.5%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A14CBE (or 0xA14CBE) is known color: Deep Lilac. HEX triplet: A1, 4C and BE. RGB value is (161,76,190). Sum of RGB (Red+Green+Blue) = 161+76+190=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #A14CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CBE is #5EB341. Grayscale: #727272. Windows color (decimal): -6206274 or 12471457. OLE color: 12471457.

HSL color Cylindrical-coordinate representation of color #A14CBE: hue angle of 284.74º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14CBE is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 76 190 -
CMYK 0.15 0.60 0 0.25
HSL 284.74º 0.47% 0.52% -
HSV(B) 284.74º 0.6% 0.75% -
XYZ 26.58 16.46 50.49 -
YUV 114.41 170.66 161.23 -
System Red Green Blue C M Y K H S L
Decimal 161 76 190 0.15 0.60 0 0.25 284.74 0.47 0.52
Hex A1 4C BE F 3C 0 19 11D 2F 34
Octal 241 114 276 17 74 0 31 435 57 64
Binary 10100001 1001100 10111110 1111 111100 0 11001 100011101 101111 110100

Color Harmonies of #A14CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14CBE

Black with #A14CBE

Text Example


Text Example

White with #A14CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14CBE; }

 p { color: rgb(161,76,190); }

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

background-color css

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

 a { background-color: rgb(161,76,190); }

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

border-color css

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

 span { border-color: rgb(161,76,190); }

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