Html Css Color HEX #A24CBD Deep Lilac

📋 copy color: '#A24CBD'

red 162 ◦ green 76 ◦ blue 189

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

Shades of Deep Lilac #A24CBD

Tints of Deep Lilac #A24CBD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.8%

 BLUE value IS 189 (74.22% from 255) = 44.26%

R = 37.94%
G = 17.8%
B = 44.26%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A24CBD (or 0xA24CBD) is known color: Deep Lilac. HEX triplet: A2, 4C and BD. RGB value is (162,76,189). Sum of RGB (Red+Green+Blue) = 162+76+189=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #A24CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24CBD is #5DB342. Grayscale: #727272. Windows color (decimal): -6140739 or 12405922. OLE color: 12405922.

HSL color Cylindrical-coordinate representation of color #A24CBD: hue angle of 285.66º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24CBD is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 76 189 -
CMYK 0.14 0.60 0 0.26
HSL 285.66º 0.46% 0.52% -
HSV(B) 285.66º 0.6% 0.74% -
XYZ 26.67 16.52 49.93 -
YUV 114.6 169.99 161.81 -
System Red Green Blue C M Y K H S L
Decimal 162 76 189 0.14 0.60 0 0.26 285.66 0.46 0.52
Hex A2 4C BD E 3C 0 1A 11E 2E 34
Octal 242 114 275 16 74 0 32 436 56 64
Binary 10100010 1001100 10111101 1110 111100 0 11010 100011110 101110 110100

Color Harmonies of #A24CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24CBD

Black with #A24CBD

Text Example


Text Example

White with #A24CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24CBD; }

 p { color: rgb(162,76,189); }

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

background-color css

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

 a { background-color: rgb(162,76,189); }

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

border-color css

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

 span { border-color: rgb(162,76,189); }

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