Html Css Color HEX #A23AAD Deep Lilac

📋 copy color: '#A23AAD'

red 162 ◦ green 58 ◦ blue 173

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

Shades of Deep Lilac #A23AAD

Tints of Deep Lilac #A23AAD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.76%

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

R = 41.22%
G = 14.76%
B = 44.02%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A23AAD (or 0xA23AAD) is known color: Deep Lilac. HEX triplet: A2, 3A and AD. RGB value is (162,58,173). Sum of RGB (Red+Green+Blue) = 162+58+173=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #A23AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23AAD is #5DC552. Grayscale: #656565. Windows color (decimal): -6145363 or 11352738. OLE color: 11352738.

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

Color convert

RGB 162 58 173 -
CMYK 0.06 0.66 0 0.32
HSL 294.26º 0.5% 0.45% -
HSV(B) 294.26º 0.66% 0.68% -
XYZ 23.96 13.72 40.92 -
YUV 102.21 167.96 170.65 -
System Red Green Blue C M Y K H S L
Decimal 162 58 173 0.06 0.66 0 0.32 294.26 0.5 0.45
Hex A2 3A AD 6 42 0 20 126 32 2D
Octal 242 72 255 6 102 0 40 446 62 55
Binary 10100010 111010 10101101 110 1000010 0 100000 100100110 110010 101101

Color Harmonies of #A23AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23AAD

Black with #A23AAD

Text Example


Text Example

White with #A23AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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