Html Css Color HEX #A548CC Deep Lilac

📋 copy color: '#A548CC'

red 165 ◦ green 72 ◦ blue 204

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

Shades of Deep Lilac #A548CC

Tints of Deep Lilac #A548CC

RGB

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

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

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

R = 37.41%
G = 16.33%
B = 46.26%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A548CC (or 0xA548CC) is known color: Deep Lilac. HEX triplet: A5, 48 and CC. RGB value is (165,72,204). Sum of RGB (Red+Green+Blue) = 165+72+204=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #A548CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A548CC is #5AB733. Grayscale: #727272. Windows color (decimal): -5945140 or 13387941. OLE color: 13387941.

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

Color convert

RGB 165 72 204 -
CMYK 0.19 0.65 0 0.2
HSL 282.27º 0.56% 0.54% -
HSV(B) 282.27º 0.65% 0.8% -
XYZ 28.73 16.99 58.89 -
YUV 114.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 165 72 204 0.19 0.65 0 0.2 282.27 0.56 0.54
Hex A5 48 CC 13 41 0 14 11A 38 36
Octal 245 110 314 23 101 0 24 432 70 66
Binary 10100101 1001000 11001100 10011 1000001 0 10100 100011010 111000 110110

Color Harmonies of #A548CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548CC

Black with #A548CC

Text Example


Text Example

White with #A548CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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