Html Css Color HEX #A265B9 Deep Lilac

📋 copy color: '#A265B9'

red 162 ◦ green 101 ◦ blue 185

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

Shades of Deep Lilac #A265B9

Tints of Deep Lilac #A265B9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.54%

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

R = 36.16%
G = 22.54%
B = 41.29%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A265B9 (or 0xA265B9) is known color: Deep Lilac. HEX triplet: A2, 65 and B9. RGB value is (162,101,185). Sum of RGB (Red+Green+Blue) = 162+101+185=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #A265B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265B9 is #5D9A46. Grayscale: #808080. Windows color (decimal): -6134343 or 12150178. OLE color: 12150178.

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

Color convert

RGB 162 101 185 -
CMYK 0.12 0.45 0 0.27
HSL 283.57º 0.38% 0.56% -
HSV(B) 283.57º 0.45% 0.73% -
XYZ 28.31 20.49 48.36 -
YUV 128.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 162 101 185 0.12 0.45 0 0.27 283.57 0.38 0.56
Hex A2 65 B9 C 2D 0 1B 11C 26 38
Octal 242 145 271 14 55 0 33 434 46 70
Binary 10100010 1100101 10111001 1100 101101 0 11011 100011100 100110 111000

Color Harmonies of #A265B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A265B9

Black with #A265B9

Text Example


Text Example

White with #A265B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A265B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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