Html Css Color HEX #A467BE Deep Lilac

📋 copy color: '#A467BE'

red 164 ◦ green 103 ◦ blue 190

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

Shades of Deep Lilac #A467BE

Tints of Deep Lilac #A467BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 35.89%
G = 22.54%
B = 41.58%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A467BE (or 0xA467BE) is known color: Deep Lilac. HEX triplet: A4, 67 and BE. RGB value is (164,103,190). Sum of RGB (Red+Green+Blue) = 164+103+190=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #A467BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A467BE is #5B9841. Grayscale: #828282. Windows color (decimal): -6002754 or 12478372. OLE color: 12478372.

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

Color convert

RGB 164 103 190 -
CMYK 0.14 0.46 0 0.25
HSL 282.07º 0.4% 0.57% -
HSV(B) 282.07º 0.46% 0.75% -
XYZ 29.45 21.31 51.28 -
YUV 131.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 164 103 190 0.14 0.46 0 0.25 282.07 0.4 0.57
Hex A4 67 BE E 2E 0 19 11A 28 39
Octal 244 147 276 16 56 0 31 432 50 71
Binary 10100100 1100111 10111110 1110 101110 0 11001 100011010 101000 111001

Color Harmonies of #A467BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A467BE

Black with #A467BE

Text Example


Text Example

White with #A467BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A467BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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