Html Css Color HEX #A23BAF Deep Lilac

📋 copy color: '#A23BAF'

red 162 ◦ green 59 ◦ blue 175

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

Shades of Deep Lilac #A23BAF

Tints of Deep Lilac #A23BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 40.91%
G = 14.9%
B = 44.19%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A23BAF (or 0xA23BAF) is known color: Deep Lilac. HEX triplet: A2, 3B and AF. RGB value is (162,59,175). Sum of RGB (Red+Green+Blue) = 162+59+175=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #A23BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23BAF is #5DC450. Grayscale: #666666. Windows color (decimal): -6145105 or 11484066. OLE color: 11484066.

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

Color convert

RGB 162 59 175 -
CMYK 0.07 0.66 0 0.31
HSL 293.28º 0.5% 0.46% -
HSV(B) 293.28º 0.66% 0.69% -
XYZ 24.2 13.9 41.97 -
YUV 103.02 168.62 170.07 -
System Red Green Blue C M Y K H S L
Decimal 162 59 175 0.07 0.66 0 0.31 293.28 0.5 0.46
Hex A2 3B AF 7 42 0 1F 125 32 2E
Octal 242 73 257 7 102 0 37 445 62 56
Binary 10100010 111011 10101111 111 1000010 0 11111 100100101 110010 101110

Color Harmonies of #A23BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23BAF

Black with #A23BAF

Text Example


Text Example

White with #A23BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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