Html Css Color HEX #A248CA Deep Lilac

📋 copy color: '#A248CA'

red 162 ◦ green 72 ◦ blue 202

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

Shades of Deep Lilac #A248CA

Tints of Deep Lilac #A248CA

RGB

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

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

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

R = 37.16%
G = 16.51%
B = 46.33%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A248CA (or 0xA248CA) is known color: Deep Lilac. HEX triplet: A2, 48 and CA. RGB value is (162,72,202). Sum of RGB (Red+Green+Blue) = 162+72+202=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #A248CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A248CA is #5DB735. Grayscale: #717171. Windows color (decimal): -6141750 or 13256866. OLE color: 13256866.

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

Color convert

RGB 162 72 202 -
CMYK 0.20 0.64 0 0.21
HSL 281.54º 0.55% 0.54% -
HSV(B) 281.54º 0.64% 0.79% -
XYZ 27.88 16.58 57.61 -
YUV 113.73 177.82 162.43 -
System Red Green Blue C M Y K H S L
Decimal 162 72 202 0.20 0.64 0 0.21 281.54 0.55 0.54
Hex A2 48 CA 14 40 0 15 11A 37 36
Octal 242 110 312 24 100 0 25 432 67 66
Binary 10100010 1001000 11001010 10100 1000000 0 10101 100011010 110111 110110

Color Harmonies of #A248CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A248CA

Black with #A248CA

Text Example


Text Example

White with #A248CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A248CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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