Html Css Color HEX #A75CBC Deep Lilac

📋 copy color: '#A75CBC'

red 167 ◦ green 92 ◦ blue 188

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

Shades of Deep Lilac #A75CBC

Tints of Deep Lilac #A75CBC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.58%

 BLUE value IS 188 (73.83% from 255) = 42.06%

R = 37.36%
G = 20.58%
B = 42.06%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A75CBC (or 0xA75CBC) is known color: Deep Lilac. HEX triplet: A7, 5C and BC. RGB value is (167,92,188). Sum of RGB (Red+Green+Blue) = 167+92+188=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #A75CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A75CBC is #58A343. Grayscale: #7D7D7D. Windows color (decimal): -5808964 or 12344487. OLE color: 12344487.

HSL color Cylindrical-coordinate representation of color #A75CBC: hue angle of 286.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A75CBC is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 92 188 -
CMYK 0.11 0.51 0 0.26
HSL 286.88º 0.42% 0.55% -
HSV(B) 286.88º 0.51% 0.74% -
XYZ 28.84 19.5 49.82 -
YUV 125.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 167 92 188 0.11 0.51 0 0.26 286.88 0.42 0.55
Hex A7 5C BC B 33 0 1A 11F 2A 37
Octal 247 134 274 13 63 0 32 437 52 67
Binary 10100111 1011100 10111100 1011 110011 0 11010 100011111 101010 110111

Color Harmonies of #A75CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75CBC

Black with #A75CBC

Text Example


Text Example

White with #A75CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75CBC; }

 p { color: rgb(167,92,188); }

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

background-color css

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

 a { background-color: rgb(167,92,188); }

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

border-color css

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

 span { border-color: rgb(167,92,188); }

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