Html Css Color HEX #A248CB Deep Lilac

📋 copy color: '#A248CB'

red 162 ◦ green 72 ◦ blue 203

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

Shades of Deep Lilac #A248CB

Tints of Deep Lilac #A248CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.45%

R = 37.07%
G = 16.48%
B = 46.45%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A248CB (or 0xA248CB) is known color: Deep Lilac. HEX triplet: A2, 48 and CB. RGB value is (162,72,203). Sum of RGB (Red+Green+Blue) = 162+72+203=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #A248CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A248CB is #5DB734. Grayscale: #717171. Windows color (decimal): -6141749 or 13322402. OLE color: 13322402.

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

Color convert

RGB 162 72 203 -
CMYK 0.20 0.65 0 0.20
HSL 281.22º 0.56% 0.54% -
HSV(B) 281.22º 0.65% 0.8% -
XYZ 28 16.63 58.23 -
YUV 113.84 178.32 162.35 -
System Red Green Blue C M Y K H S L
Decimal 162 72 203 0.20 0.65 0 0.20 281.22 0.56 0.54
Hex A2 48 CB 14 41 0 14 119 38 36
Octal 242 110 313 24 101 0 24 431 70 66
Binary 10100010 1001000 11001011 10100 1000001 0 10100 100011001 111000 110110

Color Harmonies of #A248CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A248CB

Black with #A248CB

Text Example


Text Example

White with #A248CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A248CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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