Html Css Color HEX #A448CA Deep Lilac

📋 copy color: '#A448CA'

red 164 ◦ green 72 ◦ blue 202

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

Shades of Deep Lilac #A448CA

Tints of Deep Lilac #A448CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 37.44%
G = 16.44%
B = 46.12%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A448CA (or 0xA448CA) is known color: Deep Lilac. HEX triplet: A4, 48 and CA. RGB value is (164,72,202). Sum of RGB (Red+Green+Blue) = 164+72+202=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #A448CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448CA is #5BB735. Grayscale: #717171. Windows color (decimal): -6010678 or 13256868. OLE color: 13256868.

HSL color Cylindrical-coordinate representation of color #A448CA: hue angle of 282.46º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A448CA is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 72 202 -
CMYK 0.19 0.64 0 0.21
HSL 282.46º 0.55% 0.54% -
HSV(B) 282.46º 0.64% 0.79% -
XYZ 28.29 16.79 57.63 -
YUV 114.33 177.48 163.43 -
System Red Green Blue C M Y K H S L
Decimal 164 72 202 0.19 0.64 0 0.21 282.46 0.55 0.54
Hex A4 48 CA 13 40 0 15 11A 37 36
Octal 244 110 312 23 100 0 25 432 67 66
Binary 10100100 1001000 11001010 10011 1000000 0 10101 100011010 110111 110110

Color Harmonies of #A448CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A448CA

Black with #A448CA

Text Example


Text Example

White with #A448CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A448CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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