Html Css Color HEX #A448C2 Deep Lilac

📋 copy color: '#A448C2'

red 164 ◦ green 72 ◦ blue 194

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

Shades of Deep Lilac #A448C2

Tints of Deep Lilac #A448C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.12%

R = 38.14%
G = 16.74%
B = 45.12%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A448C2 (or 0xA448C2) is known color: Deep Lilac. HEX triplet: A4, 48 and C2. RGB value is (164,72,194). Sum of RGB (Red+Green+Blue) = 164+72+194=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #A448C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A448C2 is #5BB73D. Grayscale: #717171. Windows color (decimal): -6010686 or 12732580. OLE color: 12732580.

HSL color Cylindrical-coordinate representation of color #A448C2: hue angle of 285.25º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A448C2 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 72 194 -
CMYK 0.15 0.63 0 0.24
HSL 285.25º 0.5% 0.52% -
HSV(B) 285.25º 0.63% 0.76% -
XYZ 27.36 16.42 52.77 -
YUV 113.42 173.48 164.08 -
System Red Green Blue C M Y K H S L
Decimal 164 72 194 0.15 0.63 0 0.24 285.25 0.5 0.52
Hex A4 48 C2 F 3F 0 18 11D 32 34
Octal 244 110 302 17 77 0 30 435 62 64
Binary 10100100 1001000 11000010 1111 111111 0 11000 100011101 110010 110100

Color Harmonies of #A448C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A448C2

Black with #A448C2

Text Example


Text Example

White with #A448C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A448C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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