Html Css Color HEX #A467C0 Deep Lilac

📋 copy color: '#A467C0'

red 164 ◦ green 103 ◦ blue 192

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

Shades of Deep Lilac #A467C0

Tints of Deep Lilac #A467C0

RGB

 RED value IS 164 (64.45% from 255) = 35.73%

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

 BLUE value IS 192 (75.39% from 255) = 41.83%

R = 35.73%
G = 22.44%
B = 41.83%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A467C0 (or 0xA467C0) is known color: Deep Lilac. HEX triplet: A4, 67 and C0. RGB value is (164,103,192). Sum of RGB (Red+Green+Blue) = 164+103+192=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #A467C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A467C0 is #5B983F. Grayscale: #838383. Windows color (decimal): -6002752 or 12609444. OLE color: 12609444.

HSL color Cylindrical-coordinate representation of color #A467C0: hue angle of 281.12º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A467C0 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 103 192 -
CMYK 0.15 0.46 0 0.25
HSL 281.12º 0.41% 0.58% -
HSV(B) 281.12º 0.46% 0.75% -
XYZ 29.67 21.4 52.44 -
YUV 131.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 164 103 192 0.15 0.46 0 0.25 281.12 0.41 0.58
Hex A4 67 C0 F 2E 0 19 119 29 3A
Octal 244 147 300 17 56 0 31 431 51 72
Binary 10100100 1100111 11000000 1111 101110 0 11001 100011001 101001 111010

Color Harmonies of #A467C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A467C0

Black with #A467C0

Text Example


Text Example

White with #A467C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A467C0; }

 p { color: rgb(164,103,192); }

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

background-color css

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

 a { background-color: rgb(164,103,192); }

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

border-color css

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

 span { border-color: rgb(164,103,192); }

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