Html Css Color HEX #A267BA Deep Lilac

📋 copy color: '#A267BA'

red 162 ◦ green 103 ◦ blue 186

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

Shades of Deep Lilac #A267BA

Tints of Deep Lilac #A267BA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.84%

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

R = 35.92%
G = 22.84%
B = 41.24%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A267BA (or 0xA267BA) is known color: Deep Lilac. HEX triplet: A2, 67 and BA. RGB value is (162,103,186). Sum of RGB (Red+Green+Blue) = 162+103+186=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #A267BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267BA is #5D9845. Grayscale: #818181. Windows color (decimal): -6133830 or 12216226. OLE color: 12216226.

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

Color convert

RGB 162 103 186 -
CMYK 0.13 0.45 0 0.27
HSL 282.65º 0.38% 0.57% -
HSV(B) 282.65º 0.45% 0.73% -
XYZ 28.61 20.93 48.99 -
YUV 130.1 159.55 150.75 -
System Red Green Blue C M Y K H S L
Decimal 162 103 186 0.13 0.45 0 0.27 282.65 0.38 0.57
Hex A2 67 BA D 2D 0 1B 11B 26 39
Octal 242 147 272 15 55 0 33 433 46 71
Binary 10100010 1100111 10111010 1101 101101 0 11011 100011011 100110 111001

Color Harmonies of #A267BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A267BA

Black with #A267BA

Text Example


Text Example

White with #A267BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A267BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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