Html Css Color HEX #A74BCB Deep Lilac

📋 copy color: '#A74BCB'

red 167 ◦ green 75 ◦ blue 203

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

Shades of Deep Lilac #A74BCB

Tints of Deep Lilac #A74BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 37.53%
G = 16.85%
B = 45.62%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A74BCB (or 0xA74BCB) is known color: Deep Lilac. HEX triplet: A7, 4B and CB. RGB value is (167,75,203). Sum of RGB (Red+Green+Blue) = 167+75+203=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #A74BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A74BCB is #58B434. Grayscale: #747474. Windows color (decimal): -5813301 or 13323175. OLE color: 13323175.

HSL color Cylindrical-coordinate representation of color #A74BCB: hue angle of 283.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A74BCB is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 75 203 -
CMYK 0.18 0.63 0 0.20
HSL 283.13º 0.55% 0.55% -
HSV(B) 283.13º 0.63% 0.8% -
XYZ 29.23 17.56 58.35 -
YUV 117.1 176.48 163.59 -
System Red Green Blue C M Y K H S L
Decimal 167 75 203 0.18 0.63 0 0.20 283.13 0.55 0.55
Hex A7 4B CB 12 3F 0 14 11B 37 37
Octal 247 113 313 22 77 0 24 433 67 67
Binary 10100111 1001011 11001011 10010 111111 0 10100 100011011 110111 110111

Color Harmonies of #A74BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74BCB

Black with #A74BCB

Text Example


Text Example

White with #A74BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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