Html Css Color HEX #A062BD Deep Lilac

📋 copy color: '#A062BD'

red 160 ◦ green 98 ◦ blue 189

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

Shades of Deep Lilac #A062BD

Tints of Deep Lilac #A062BD

RGB

 RED value IS 160 (62.89% from 255) = 35.79%

 GREEN value IS 98 (38.67% from 255) = 21.92%

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

R = 35.79%
G = 21.92%
B = 42.28%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A062BD (or 0xA062BD) is known color: Deep Lilac. HEX triplet: A0, 62 and BD. RGB value is (160,98,189). Sum of RGB (Red+Green+Blue) = 160+98+189=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #A062BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062BD is #5F9D42. Grayscale: #7E7E7E. Windows color (decimal): -6266179 or 12411552. OLE color: 12411552.

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

Color convert

RGB 160 98 189 -
CMYK 0.15 0.48 0 0.26
HSL 280.88º 0.41% 0.56% -
HSV(B) 280.88º 0.48% 0.74% -
XYZ 28.05 19.88 50.5 -
YUV 126.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 160 98 189 0.15 0.48 0 0.26 280.88 0.41 0.56
Hex A0 62 BD F 30 0 1A 119 29 38
Octal 240 142 275 17 60 0 32 431 51 70
Binary 10100000 1100010 10111101 1111 110000 0 11010 100011001 101001 111000

Color Harmonies of #A062BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A062BD

Black with #A062BD

Text Example


Text Example

White with #A062BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A062BD; }

 p { color: rgb(160,98,189); }

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

background-color css

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

 a { background-color: rgb(160,98,189); }

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

border-color css

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

 span { border-color: rgb(160,98,189); }

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