Html Css Color HEX #A750CB Deep Lilac

📋 copy color: '#A750CB'

red 167 ◦ green 80 ◦ blue 203

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

Shades of Deep Lilac #A750CB

Tints of Deep Lilac #A750CB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.78%

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

R = 37.11%
G = 17.78%
B = 45.11%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A750CB (or 0xA750CB) is known color: Deep Lilac. HEX triplet: A7, 50 and CB. RGB value is (167,80,203). Sum of RGB (Red+Green+Blue) = 167+80+203=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #A750CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A750CB is #58AF34. Grayscale: #777777. Windows color (decimal): -5812021 or 13324455. OLE color: 13324455.

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

Color convert

RGB 167 80 203 -
CMYK 0.18 0.61 0 0.20
HSL 282.44º 0.54% 0.55% -
HSV(B) 282.44º 0.61% 0.8% -
XYZ 29.58 18.26 58.47 -
YUV 120.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 167 80 203 0.18 0.61 0 0.20 282.44 0.54 0.55
Hex A7 50 CB 12 3D 0 14 11A 36 37
Octal 247 120 313 22 75 0 24 432 66 67
Binary 10100111 1010000 11001011 10010 111101 0 10100 100011010 110110 110111

Color Harmonies of #A750CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A750CB

Black with #A750CB

Text Example


Text Example

White with #A750CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A750CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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