Html Css Color HEX #A448CC Deep Lilac

📋 copy color: '#A448CC'

red 164 ◦ green 72 ◦ blue 204

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

Shades of Deep Lilac #A448CC

Tints of Deep Lilac #A448CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 37.27%
G = 16.36%
B = 46.36%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A448CC (or 0xA448CC) is known color: Deep Lilac. HEX triplet: A4, 48 and CC. RGB value is (164,72,204). Sum of RGB (Red+Green+Blue) = 164+72+204=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #A448CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448CC is #5BB733. Grayscale: #727272. Windows color (decimal): -6010676 or 13387940. OLE color: 13387940.

HSL color Cylindrical-coordinate representation of color #A448CC: hue angle of 281.82º 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 #A448CC is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 72 204 -
CMYK 0.20 0.65 0 0.2
HSL 281.82º 0.56% 0.54% -
HSV(B) 281.82º 0.65% 0.8% -
XYZ 28.53 16.89 58.88 -
YUV 114.56 178.48 163.27 -
System Red Green Blue C M Y K H S L
Decimal 164 72 204 0.20 0.65 0 0.2 281.82 0.56 0.54
Hex A4 48 CC 14 41 0 14 11A 38 36
Octal 244 110 314 24 101 0 24 432 70 66
Binary 10100100 1001000 11001100 10100 1000001 0 10100 100011010 111000 110110

Color Harmonies of #A448CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A448CC

Black with #A448CC

Text Example


Text Example

White with #A448CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A448CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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