Html Css Color HEX #A262B9 Deep Lilac

📋 copy color: '#A262B9'

red 162 ◦ green 98 ◦ blue 185

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

Shades of Deep Lilac #A262B9

Tints of Deep Lilac #A262B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 36.4%
G = 22.02%
B = 41.57%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A262B9 (or 0xA262B9) is known color: Deep Lilac. HEX triplet: A2, 62 and B9. RGB value is (162,98,185). Sum of RGB (Red+Green+Blue) = 162+98+185=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #A262B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A262B9 is #5D9D46. Grayscale: #7E7E7E. Windows color (decimal): -6135111 or 12149410. OLE color: 12149410.

HSL color Cylindrical-coordinate representation of color #A262B9: hue angle of 284.14º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A262B9 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 98 185 -
CMYK 0.12 0.47 0 0.27
HSL 284.14º 0.38% 0.55% -
HSV(B) 284.14º 0.47% 0.73% -
XYZ 28.02 19.92 48.27 -
YUV 127.05 160.7 152.93 -
System Red Green Blue C M Y K H S L
Decimal 162 98 185 0.12 0.47 0 0.27 284.14 0.38 0.55
Hex A2 62 B9 C 2F 0 1B 11C 26 37
Octal 242 142 271 14 57 0 33 434 46 67
Binary 10100010 1100010 10111001 1100 101111 0 11011 100011100 100110 110111

Color Harmonies of #A262B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A262B9

Black with #A262B9

Text Example


Text Example

White with #A262B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A262B9; }

 p { color: rgb(162,98,185); }

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

background-color css

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

 a { background-color: rgb(162,98,185); }

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

border-color css

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

 span { border-color: rgb(162,98,185); }

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