Html Css Color HEX #A23BAE Deep Lilac

📋 copy color: '#A23BAE'

red 162 ◦ green 59 ◦ blue 174

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

Shades of Deep Lilac #A23BAE

Tints of Deep Lilac #A23BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.94%

 BLUE value IS 174 (68.36% from 255) = 44.05%

R = 41.01%
G = 14.94%
B = 44.05%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A23BAE (or 0xA23BAE) is known color: Deep Lilac. HEX triplet: A2, 3B and AE. RGB value is (162,59,174). Sum of RGB (Red+Green+Blue) = 162+59+174=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #A23BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23BAE is #5DC451. Grayscale: #666666. Windows color (decimal): -6145106 or 11418530. OLE color: 11418530.

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

Color convert

RGB 162 59 174 -
CMYK 0.07 0.66 0 0.32
HSL 293.74º 0.49% 0.46% -
HSV(B) 293.74º 0.66% 0.68% -
XYZ 24.1 13.87 41.45 -
YUV 102.91 168.12 170.15 -
System Red Green Blue C M Y K H S L
Decimal 162 59 174 0.07 0.66 0 0.32 293.74 0.49 0.46
Hex A2 3B AE 7 42 0 20 126 31 2E
Octal 242 73 256 7 102 0 40 446 61 56
Binary 10100010 111011 10101110 111 1000010 0 100000 100100110 110001 101110

Color Harmonies of #A23BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23BAE

Black with #A23BAE

Text Example


Text Example

White with #A23BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23BAE; }

 p { color: rgb(162,59,174); }

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

background-color css

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

 a { background-color: rgb(162,59,174); }

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

border-color css

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

 span { border-color: rgb(162,59,174); }

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