Html Css Color HEX #A14CCB Deep Lilac

📋 copy color: '#A14CCB'

red 161 ◦ green 76 ◦ blue 203

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

Shades of Deep Lilac #A14CCB

Tints of Deep Lilac #A14CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.14%

R = 36.59%
G = 17.27%
B = 46.14%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A14CCB (or 0xA14CCB) is known color: Deep Lilac. HEX triplet: A1, 4C and CB. RGB value is (161,76,203). Sum of RGB (Red+Green+Blue) = 161+76+203=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #A14CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CCB is #5EB334. Grayscale: #737373. Windows color (decimal): -6206261 or 13323425. OLE color: 13323425.

HSL color Cylindrical-coordinate representation of color #A14CCB: hue angle of 280.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A14CCB is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 76 203 -
CMYK 0.21 0.63 0 0.20
HSL 280.16º 0.55% 0.55% -
HSV(B) 280.16º 0.63% 0.8% -
XYZ 28.06 17.06 58.31 -
YUV 115.89 177.16 160.17 -
System Red Green Blue C M Y K H S L
Decimal 161 76 203 0.21 0.63 0 0.20 280.16 0.55 0.55
Hex A1 4C CB 15 3F 0 14 118 37 37
Octal 241 114 313 25 77 0 24 430 67 67
Binary 10100001 1001100 11001011 10101 111111 0 10100 100011000 110111 110111

Color Harmonies of #A14CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14CCB

Black with #A14CCB

Text Example


Text Example

White with #A14CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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