Html Css Color HEX #A242BC Deep Lilac

📋 copy color: '#A242BC'

red 162 ◦ green 66 ◦ blue 188

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

Shades of Deep Lilac #A242BC

Tints of Deep Lilac #A242BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 38.94%
G = 15.87%
B = 45.19%

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

#A242BC (or 0xA242BC) is known color: Deep Lilac. HEX triplet: A2, 42 and BC. RGB value is (162,66,188). Sum of RGB (Red+Green+Blue) = 162+66+188=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #A242BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A242BC is #5DBD43. Grayscale: #6C6C6C. Windows color (decimal): -6143300 or 12337826. OLE color: 12337826.

HSL color Cylindrical-coordinate representation of color #A242BC: hue angle of 287.21º 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 #A242BC is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 66 188 -
CMYK 0.14 0.65 0 0.26
HSL 287.21º 0.48% 0.5% -
HSV(B) 287.21º 0.65% 0.74% -
XYZ 25.93 15.21 49.15 -
YUV 108.61 172.8 166.08 -
System Red Green Blue C M Y K H S L
Decimal 162 66 188 0.14 0.65 0 0.26 287.21 0.48 0.5
Hex A2 42 BC E 41 0 1A 11F 30 32
Octal 242 102 274 16 101 0 32 437 60 62
Binary 10100010 1000010 10111100 1110 1000001 0 11010 100011111 110000 110010

Color Harmonies of #A242BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A242BC

Black with #A242BC

Text Example


Text Example

White with #A242BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A242BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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