Html Css Color HEX #A84BC7 Deep Lilac

📋 copy color: '#A84BC7'

red 168 ◦ green 75 ◦ blue 199

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

Shades of Deep Lilac #A84BC7

Tints of Deep Lilac #A84BC7

RGB

 RED value IS 168 (66.02% from 255) = 38.01%

 GREEN value IS 75 (29.69% from 255) = 16.97%

 BLUE value IS 199 (78.13% from 255) = 45.02%

R = 38.01%
G = 16.97%
B = 45.02%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A84BC7 (or 0xA84BC7) is known color: Deep Lilac. HEX triplet: A8, 4B and C7. RGB value is (168,75,199). Sum of RGB (Red+Green+Blue) = 168+75+199=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 199 - color contains mainly: blue. Hex color #A84BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84BC7 is #57B438. Grayscale: #747474. Windows color (decimal): -5747769 or 13061032. OLE color: 13061032.

HSL color Cylindrical-coordinate representation of color #A84BC7: hue angle of 285º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84BC7 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 75 199 -
CMYK 0.16 0.62 0 0.22
HSL 285º 0.53% 0.54% -
HSV(B) 285º 0.62% 0.78% -
XYZ 28.97 17.48 55.88 -
YUV 116.94 174.31 164.42 -
System Red Green Blue C M Y K H S L
Decimal 168 75 199 0.16 0.62 0 0.22 285 0.53 0.54
Hex A8 4B C7 10 3E 0 16 11D 35 36
Octal 250 113 307 20 76 0 26 435 65 66
Binary 10101000 1001011 11000111 10000 111110 0 10110 100011101 110101 110110

Color Harmonies of #A84BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84BC7

Black with #A84BC7

Text Example


Text Example

White with #A84BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84BC7; }

 p { color: rgb(168,75,199); }

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

background-color css

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

 a { background-color: rgb(168,75,199); }

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

border-color css

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

 span { border-color: rgb(168,75,199); }

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