Html Css Color HEX #A238AB Deep Lilac

📋 copy color: '#A238AB'

red 162 ◦ green 56 ◦ blue 171

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

Shades of Deep Lilac #A238AB

Tints of Deep Lilac #A238AB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.4%

 BLUE value IS 171 (67.19% from 255) = 43.96%

R = 41.65%
G = 14.4%
B = 43.96%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A238AB (or 0xA238AB) is known color: Deep Lilac. HEX triplet: A2, 38 and AB. RGB value is (162,56,171). Sum of RGB (Red+Green+Blue) = 162+56+171=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #A238AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A238AB is #5DC754. Grayscale: #646464. Windows color (decimal): -6145877 or 11221154. OLE color: 11221154.

HSL color Cylindrical-coordinate representation of color #A238AB: hue angle of 295.3º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A238AB is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 56 171 -
CMYK 0.05 0.67 0 0.33
HSL 295.3º 0.51% 0.45% -
HSV(B) 295.3º 0.67% 0.67% -
XYZ 23.67 13.45 39.88 -
YUV 100.8 167.62 171.65 -
System Red Green Blue C M Y K H S L
Decimal 162 56 171 0.05 0.67 0 0.33 295.3 0.51 0.45
Hex A2 38 AB 5 43 0 21 127 33 2D
Octal 242 70 253 5 103 0 41 447 63 55
Binary 10100010 111000 10101011 101 1000011 0 100001 100100111 110011 101101

Color Harmonies of #A238AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A238AB

Black with #A238AB

Text Example


Text Example

White with #A238AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A238AB; }

 p { color: rgb(162,56,171); }

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

background-color css

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

 a { background-color: rgb(162,56,171); }

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

border-color css

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

 span { border-color: rgb(162,56,171); }

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