Html Css Color HEX #A264BC Deep Lilac

📋 copy color: '#A264BC'

red 162 ◦ green 100 ◦ blue 188

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

Shades of Deep Lilac #A264BC

Tints of Deep Lilac #A264BC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.22%

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

R = 36%
G = 22.22%
B = 41.78%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A264BC (or 0xA264BC) is known color: Deep Lilac. HEX triplet: A2, 64 and BC. RGB value is (162,100,188). Sum of RGB (Red+Green+Blue) = 162+100+188=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #A264BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A264BC is #5D9B43. Grayscale: #808080. Windows color (decimal): -6134596 or 12346530. OLE color: 12346530.

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

Color convert

RGB 162 100 188 -
CMYK 0.14 0.47 0 0.26
HSL 282.27º 0.4% 0.56% -
HSV(B) 282.27º 0.47% 0.74% -
XYZ 28.53 20.43 50.02 -
YUV 128.57 161.54 151.84 -
System Red Green Blue C M Y K H S L
Decimal 162 100 188 0.14 0.47 0 0.26 282.27 0.4 0.56
Hex A2 64 BC E 2F 0 1A 11A 28 38
Octal 242 144 274 16 57 0 32 432 50 70
Binary 10100010 1100100 10111100 1110 101111 0 11010 100011010 101000 111000

Color Harmonies of #A264BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A264BC

Black with #A264BC

Text Example


Text Example

White with #A264BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A264BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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