Html Css Color HEX #A241B2 Deep Lilac

📋 copy color: '#A241B2'

red 162 ◦ green 65 ◦ blue 178

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

Shades of Deep Lilac #A241B2

Tints of Deep Lilac #A241B2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.05%

 BLUE value IS 178 (69.92% from 255) = 43.95%

R = 40%
G = 16.05%
B = 43.95%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A241B2 (or 0xA241B2) is known color: Deep Lilac. HEX triplet: A2, 41 and B2. RGB value is (162,65,178). Sum of RGB (Red+Green+Blue) = 162+65+178=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 178 - color contains mainly: blue. Hex color #A241B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A241B2 is #5DBE4D. Grayscale: #6A6A6A. Windows color (decimal): -6143566 or 11682210. OLE color: 11682210.

HSL color Cylindrical-coordinate representation of color #A241B2: hue angle of 291.5º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A241B2 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 162 65 178 -
CMYK 0.09 0.63 0 0.30
HSL 291.5º 0.47% 0.48% -
HSV(B) 291.5º 0.63% 0.7% -
XYZ 24.83 14.68 43.64 -
YUV 106.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 162 65 178 0.09 0.63 0 0.30 291.5 0.47 0.48
Hex A2 41 B2 9 3F 0 1E 124 2F 30
Octal 242 101 262 11 77 0 36 444 57 60
Binary 10100010 1000001 10110010 1001 111111 0 11110 100100100 101111 110000

Color Harmonies of #A241B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A241B2

Black with #A241B2

Text Example


Text Example

White with #A241B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A241B2; }

 p { color: rgb(162,65,178); }

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

background-color css

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

 a { background-color: rgb(162,65,178); }

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

border-color css

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

 span { border-color: rgb(162,65,178); }

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