Html Css Color HEX #A265BA Deep Lilac

📋 copy color: '#A265BA'

red 162 ◦ green 101 ◦ blue 186

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

Shades of Deep Lilac #A265BA

Tints of Deep Lilac #A265BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.43%

R = 36.08%
G = 22.49%
B = 41.43%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A265BA (or 0xA265BA) is known color: Deep Lilac. HEX triplet: A2, 65 and BA. RGB value is (162,101,186). Sum of RGB (Red+Green+Blue) = 162+101+186=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #A265BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265BA is #5D9A45. Grayscale: #808080. Windows color (decimal): -6134342 or 12215714. OLE color: 12215714.

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

Color convert

RGB 162 101 186 -
CMYK 0.13 0.46 0 0.27
HSL 283.06º 0.38% 0.56% -
HSV(B) 283.06º 0.46% 0.73% -
XYZ 28.42 20.53 48.92 -
YUV 128.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 162 101 186 0.13 0.46 0 0.27 283.06 0.38 0.56
Hex A2 65 BA D 2E 0 1B 11B 26 38
Octal 242 145 272 15 56 0 33 433 46 70
Binary 10100010 1100101 10111010 1101 101110 0 11011 100011011 100110 111000

Color Harmonies of #A265BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A265BA

Black with #A265BA

Text Example


Text Example

White with #A265BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A265BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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