Html Css Color HEX #A248CC Deep Lilac

📋 copy color: '#A248CC'

red 162 ◦ green 72 ◦ blue 204

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

Shades of Deep Lilac #A248CC

Tints of Deep Lilac #A248CC

RGB

 RED value IS 162 (63.67% from 255) = 36.99%

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

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

R = 36.99%
G = 16.44%
B = 46.58%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A248CC (or 0xA248CC) is known color: Deep Lilac. HEX triplet: A2, 48 and CC. RGB value is (162,72,204). Sum of RGB (Red+Green+Blue) = 162+72+204=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #A248CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A248CC is #5DB733. Grayscale: #717171. Windows color (decimal): -6141748 or 13387938. OLE color: 13387938.

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

Color convert

RGB 162 72 204 -
CMYK 0.21 0.65 0 0.2
HSL 280.91º 0.56% 0.54% -
HSV(B) 280.91º 0.65% 0.8% -
XYZ 28.12 16.68 58.86 -
YUV 113.96 178.82 162.27 -
System Red Green Blue C M Y K H S L
Decimal 162 72 204 0.21 0.65 0 0.2 280.91 0.56 0.54
Hex A2 48 CC 15 41 0 14 119 38 36
Octal 242 110 314 25 101 0 24 431 70 66
Binary 10100010 1001000 11001100 10101 1000001 0 10100 100011001 111000 110110

Color Harmonies of #A248CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A248CC

Black with #A248CC

Text Example


Text Example

White with #A248CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A248CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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