Html Css Color HEX #A442BE Deep Lilac

📋 copy color: '#A442BE'

red 164 ◦ green 66 ◦ blue 190

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

Shades of Deep Lilac #A442BE

Tints of Deep Lilac #A442BE

RGB

 RED value IS 164 (64.45% from 255) = 39.05%

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

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 39.05%
G = 15.71%
B = 45.24%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A442BE (or 0xA442BE) is known color: Deep Lilac. HEX triplet: A4, 42 and BE. RGB value is (164,66,190). Sum of RGB (Red+Green+Blue) = 164+66+190=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #A442BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A442BE is #5BBD41. Grayscale: #6D6D6D. Windows color (decimal): -6012226 or 12468900. OLE color: 12468900.

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

Color convert

RGB 164 66 190 -
CMYK 0.14 0.65 0 0.25
HSL 287.42º 0.49% 0.5% -
HSV(B) 287.42º 0.65% 0.75% -
XYZ 26.55 15.51 50.31 -
YUV 109.44 173.47 166.92 -
System Red Green Blue C M Y K H S L
Decimal 164 66 190 0.14 0.65 0 0.25 287.42 0.49 0.5
Hex A4 42 BE E 41 0 19 11F 31 32
Octal 244 102 276 16 101 0 31 437 61 62
Binary 10100100 1000010 10111110 1110 1000001 0 11001 100011111 110001 110010

Color Harmonies of #A442BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A442BE

Black with #A442BE

Text Example


Text Example

White with #A442BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A442BE; }

 p { color: rgb(164,66,190); }

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

background-color css

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

 a { background-color: rgb(164,66,190); }

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

border-color css

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

 span { border-color: rgb(164,66,190); }

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