Html Css Color HEX #A23CAD Deep Lilac

📋 copy color: '#A23CAD'

red 162 ◦ green 60 ◦ blue 173

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

Shades of Deep Lilac #A23CAD

Tints of Deep Lilac #A23CAD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.19%

 BLUE value IS 173 (67.97% from 255) = 43.8%

R = 41.01%
G = 15.19%
B = 43.8%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A23CAD (or 0xA23CAD) is known color: Deep Lilac. HEX triplet: A2, 3C and AD. RGB value is (162,60,173). Sum of RGB (Red+Green+Blue) = 162+60+173=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #A23CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23CAD is #5DC352. Grayscale: #676767. Windows color (decimal): -6144851 or 11353250. OLE color: 11353250.

HSL color Cylindrical-coordinate representation of color #A23CAD: hue angle of 294.16º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A23CAD is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 60 173 -
CMYK 0.06 0.65 0 0.32
HSL 294.16º 0.48% 0.46% -
HSV(B) 294.16º 0.65% 0.68% -
XYZ 24.06 13.93 40.96 -
YUV 103.38 167.29 169.81 -
System Red Green Blue C M Y K H S L
Decimal 162 60 173 0.06 0.65 0 0.32 294.16 0.48 0.46
Hex A2 3C AD 6 41 0 20 126 30 2E
Octal 242 74 255 6 101 0 40 446 60 56
Binary 10100010 111100 10101101 110 1000001 0 100000 100100110 110000 101110

Color Harmonies of #A23CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23CAD

Black with #A23CAD

Text Example


Text Example

White with #A23CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23CAD; }

 p { color: rgb(162,60,173); }

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

background-color css

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

 a { background-color: rgb(162,60,173); }

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

border-color css

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

 span { border-color: rgb(162,60,173); }

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