Html Css Color HEX #A260C4 Deep Lilac

📋 copy color: '#A260C4'

red 162 ◦ green 96 ◦ blue 196

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

Shades of Deep Lilac #A260C4

Tints of Deep Lilac #A260C4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.15%

 BLUE value IS 196 (76.95% from 255) = 43.17%

R = 35.68%
G = 21.15%
B = 43.17%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A260C4 (or 0xA260C4) is known color: Deep Lilac. HEX triplet: A2, 60 and C4. RGB value is (162,96,196). Sum of RGB (Red+Green+Blue) = 162+96+196=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 196 - color contains mainly: blue. Hex color #A260C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A260C4 is #5D9F3B. Grayscale: #7E7E7E. Windows color (decimal): -6135612 or 12869794. OLE color: 12869794.

HSL color Cylindrical-coordinate representation of color #A260C4: hue angle of 279.6º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A260C4 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 96 196 -
CMYK 0.17 0.51 0 0.23
HSL 279.6º 0.46% 0.57% -
HSV(B) 279.6º 0.51% 0.77% -
XYZ 29.05 20.03 54.56 -
YUV 127.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 162 96 196 0.17 0.51 0 0.23 279.6 0.46 0.57
Hex A2 60 C4 11 33 0 17 118 2E 39
Octal 242 140 304 21 63 0 27 430 56 71
Binary 10100010 1100000 11000100 10001 110011 0 10111 100011000 101110 111001

Color Harmonies of #A260C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A260C4

Black with #A260C4

Text Example


Text Example

White with #A260C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A260C4; }

 p { color: rgb(162,96,196); }

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

background-color css

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

 a { background-color: rgb(162,96,196); }

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

border-color css

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

 span { border-color: rgb(162,96,196); }

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