Html Css Color HEX #A268BC Deep Lilac

📋 copy color: '#A268BC'

red 162 ◦ green 104 ◦ blue 188

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

Shades of Deep Lilac #A268BC

Tints of Deep Lilac #A268BC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.91%

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 35.68%
G = 22.91%
B = 41.41%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A268BC (or 0xA268BC) is known color: Deep Lilac. HEX triplet: A2, 68 and BC. RGB value is (162,104,188). Sum of RGB (Red+Green+Blue) = 162+104+188=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #A268BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268BC is #5D9743. Grayscale: #828282. Windows color (decimal): -6133572 or 12347554. OLE color: 12347554.

HSL color Cylindrical-coordinate representation of color #A268BC: hue angle of 281.43º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A268BC is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 104 188 -
CMYK 0.14 0.45 0 0.26
HSL 281.43º 0.39% 0.57% -
HSV(B) 281.43º 0.45% 0.74% -
XYZ 28.93 21.21 50.15 -
YUV 130.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 162 104 188 0.14 0.45 0 0.26 281.43 0.39 0.57
Hex A2 68 BC E 2D 0 1A 119 27 39
Octal 242 150 274 16 55 0 32 431 47 71
Binary 10100010 1101000 10111100 1110 101101 0 11010 100011001 100111 111001

Color Harmonies of #A268BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A268BC

Black with #A268BC

Text Example


Text Example

White with #A268BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A268BC; }

 p { color: rgb(162,104,188); }

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

background-color css

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

 a { background-color: rgb(162,104,188); }

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

border-color css

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

 span { border-color: rgb(162,104,188); }

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