Html Css Color HEX #A242C0 Deep Lilac

📋 copy color: '#A242C0'

red 162 ◦ green 66 ◦ blue 192

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

Shades of Deep Lilac #A242C0

Tints of Deep Lilac #A242C0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.71%

 BLUE value IS 192 (75.39% from 255) = 45.71%

R = 38.57%
G = 15.71%
B = 45.71%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A242C0 (or 0xA242C0) is known color: Deep Lilac. HEX triplet: A2, 42 and C0. RGB value is (162,66,192). Sum of RGB (Red+Green+Blue) = 162+66+192=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #A242C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A242C0 is #5DBD3F. Grayscale: #6C6C6C. Windows color (decimal): -6143296 or 12599970. OLE color: 12599970.

HSL color Cylindrical-coordinate representation of color #A242C0: hue angle of 285.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A242C0 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 66 192 -
CMYK 0.16 0.66 0 0.25
HSL 285.71º 0.5% 0.51% -
HSV(B) 285.71º 0.66% 0.75% -
XYZ 26.36 15.38 51.45 -
YUV 109.07 174.8 165.75 -
System Red Green Blue C M Y K H S L
Decimal 162 66 192 0.16 0.66 0 0.25 285.71 0.5 0.51
Hex A2 42 C0 10 42 0 19 11E 32 33
Octal 242 102 300 20 102 0 31 436 62 63
Binary 10100010 1000010 11000000 10000 1000010 0 11001 100011110 110010 110011

Color Harmonies of #A242C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A242C0

Black with #A242C0

Text Example


Text Example

White with #A242C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A242C0; }

 p { color: rgb(162,66,192); }

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

background-color css

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

 a { background-color: rgb(162,66,192); }

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

border-color css

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

 span { border-color: rgb(162,66,192); }

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