Html Css Color HEX #A74BBA Deep Lilac

📋 copy color: '#A74BBA'

red 167 ◦ green 75 ◦ blue 186

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

Shades of Deep Lilac #A74BBA

Tints of Deep Lilac #A74BBA

RGB

 RED value IS 167 (65.63% from 255) = 39.02%

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 39.02%
G = 17.52%
B = 43.46%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A74BBA (or 0xA74BBA) is known color: Deep Lilac. HEX triplet: A7, 4B and BA. RGB value is (167,75,186). Sum of RGB (Red+Green+Blue) = 167+75+186=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #A74BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74BBA is #58B445. Grayscale: #727272. Windows color (decimal): -5813318 or 12209063. OLE color: 12209063.

HSL color Cylindrical-coordinate representation of color #A74BBA: hue angle of 289.73º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74BBA is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 75 186 -
CMYK 0.10 0.60 0 0.27
HSL 289.73º 0.45% 0.51% -
HSV(B) 289.73º 0.6% 0.73% -
XYZ 27.32 16.79 48.26 -
YUV 115.16 167.98 164.97 -
System Red Green Blue C M Y K H S L
Decimal 167 75 186 0.10 0.60 0 0.27 289.73 0.45 0.51
Hex A7 4B BA A 3C 0 1B 122 2D 33
Octal 247 113 272 12 74 0 33 442 55 63
Binary 10100111 1001011 10111010 1010 111100 0 11011 100100010 101101 110011

Color Harmonies of #A74BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74BBA

Black with #A74BBA

Text Example


Text Example

White with #A74BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74BBA; }

 p { color: rgb(167,75,186); }

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

background-color css

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

 a { background-color: rgb(167,75,186); }

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

border-color css

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

 span { border-color: rgb(167,75,186); }

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