Html Css Color HEX #A448AF Deep Lilac

📋 copy color: '#A448AF'

red 164 ◦ green 72 ◦ blue 175

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

Shades of Deep Lilac #A448AF

Tints of Deep Lilac #A448AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 39.9%
G = 17.52%
B = 42.58%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A448AF (or 0xA448AF) is known color: Deep Lilac. HEX triplet: A4, 48 and AF. RGB value is (164,72,175). Sum of RGB (Red+Green+Blue) = 164+72+175=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #A448AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A448AF is #5BB750. Grayscale: #6E6E6E. Windows color (decimal): -6010705 or 11487396. OLE color: 11487396.

HSL color Cylindrical-coordinate representation of color #A448AF: hue angle of 293.59º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A448AF is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 72 175 -
CMYK 0.06 0.59 0 0.31
HSL 293.59º 0.42% 0.48% -
HSV(B) 293.59º 0.59% 0.69% -
XYZ 25.37 15.62 42.24 -
YUV 111.25 163.98 165.62 -
System Red Green Blue C M Y K H S L
Decimal 164 72 175 0.06 0.59 0 0.31 293.59 0.42 0.48
Hex A4 48 AF 6 3B 0 1F 126 2A 30
Octal 244 110 257 6 73 0 37 446 52 60
Binary 10100100 1001000 10101111 110 111011 0 11111 100100110 101010 110000

Color Harmonies of #A448AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A448AF

Black with #A448AF

Text Example


Text Example

White with #A448AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A448AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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