Html Css Color HEX #A448CB Deep Lilac

📋 copy color: '#A448CB'

red 164 ◦ green 72 ◦ blue 203

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

Shades of Deep Lilac #A448CB

Tints of Deep Lilac #A448CB

RGB

 RED value IS 164 (64.45% from 255) = 37.36%

 GREEN value IS 72 (28.52% from 255) = 16.4%

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

R = 37.36%
G = 16.4%
B = 46.24%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A448CB (or 0xA448CB) is known color: Deep Lilac. HEX triplet: A4, 48 and CB. RGB value is (164,72,203). Sum of RGB (Red+Green+Blue) = 164+72+203=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #A448CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448CB is #5BB734. Grayscale: #727272. Windows color (decimal): -6010677 or 13322404. OLE color: 13322404.

HSL color Cylindrical-coordinate representation of color #A448CB: hue angle of 282.14º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A448CB is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 72 203 -
CMYK 0.19 0.65 0 0.20
HSL 282.14º 0.56% 0.54% -
HSV(B) 282.14º 0.65% 0.8% -
XYZ 28.41 16.84 58.25 -
YUV 114.44 177.98 163.35 -
System Red Green Blue C M Y K H S L
Decimal 164 72 203 0.19 0.65 0 0.20 282.14 0.56 0.54
Hex A4 48 CB 13 41 0 14 11A 38 36
Octal 244 110 313 23 101 0 24 432 70 66
Binary 10100100 1001000 11001011 10011 1000001 0 10100 100011010 111000 110110

Color Harmonies of #A448CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A448CB

Black with #A448CB

Text Example


Text Example

White with #A448CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A448CB; }

 p { color: rgb(164,72,203); }

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

background-color css

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

 a { background-color: rgb(164,72,203); }

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

border-color css

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

 span { border-color: rgb(164,72,203); }

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