Html Css Color HEX #A548CB Deep Lilac

📋 copy color: '#A548CB'

red 165 ◦ green 72 ◦ blue 203

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

Shades of Deep Lilac #A548CB

Tints of Deep Lilac #A548CB

RGB

 RED value IS 165 (64.84% from 255) = 37.5%

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

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

R = 37.5%
G = 16.36%
B = 46.14%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A548CB (or 0xA548CB) is known color: Deep Lilac. HEX triplet: A5, 48 and CB. RGB value is (165,72,203). Sum of RGB (Red+Green+Blue) = 165+72+203=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #A548CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A548CB is #5AB734. Grayscale: #727272. Windows color (decimal): -5945141 or 13322405. OLE color: 13322405.

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

Color convert

RGB 165 72 203 -
CMYK 0.19 0.65 0 0.20
HSL 282.6º 0.56% 0.54% -
HSV(B) 282.6º 0.65% 0.8% -
XYZ 28.61 16.95 58.26 -
YUV 114.74 177.81 163.85 -
System Red Green Blue C M Y K H S L
Decimal 165 72 203 0.19 0.65 0 0.20 282.6 0.56 0.54
Hex A5 48 CB 13 41 0 14 11B 38 36
Octal 245 110 313 23 101 0 24 433 70 66
Binary 10100101 1001000 11001011 10011 1000001 0 10100 100011011 111000 110110

Color Harmonies of #A548CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548CB

Black with #A548CB

Text Example


Text Example

White with #A548CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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