Html Css Color HEX #A242BD Deep Lilac

📋 copy color: '#A242BD'

red 162 ◦ green 66 ◦ blue 189

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

Shades of Deep Lilac #A242BD

Tints of Deep Lilac #A242BD

RGB

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

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

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

R = 38.85%
G = 15.83%
B = 45.32%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A242BD (or 0xA242BD) is known color: Deep Lilac. HEX triplet: A2, 42 and BD. RGB value is (162,66,189). Sum of RGB (Red+Green+Blue) = 162+66+189=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #A242BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A242BD is #5DBD42. Grayscale: #6C6C6C. Windows color (decimal): -6143299 or 12403362. OLE color: 12403362.

HSL color Cylindrical-coordinate representation of color #A242BD: hue angle of 286.83º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A242BD is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 66 189 -
CMYK 0.14 0.65 0 0.26
HSL 286.83º 0.48% 0.5% -
HSV(B) 286.83º 0.65% 0.74% -
XYZ 26.03 15.25 49.72 -
YUV 108.73 173.3 166 -
System Red Green Blue C M Y K H S L
Decimal 162 66 189 0.14 0.65 0 0.26 286.83 0.48 0.5
Hex A2 42 BD E 41 0 1A 11F 30 32
Octal 242 102 275 16 101 0 32 437 60 62
Binary 10100010 1000010 10111101 1110 1000001 0 11010 100011111 110000 110010

Color Harmonies of #A242BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A242BD

Black with #A242BD

Text Example


Text Example

White with #A242BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A242BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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