Html Css Color HEX #A788DC Biloba Flower

📋 copy color: '#A788DC'

red 167 ◦ green 136 ◦ blue 220

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

Shades of Biloba Flower #A788DC

Tints of Biloba Flower #A788DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26%

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 31.93%
G = 26%
B = 42.07%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A788DC (or 0xA788DC) is known color: Biloba Flower. HEX triplet: A7, 88 and DC. RGB value is (167,136,220). Sum of RGB (Red+Green+Blue) = 167+136+220=523 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.93% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #A788DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A788DC is #587723. Grayscale: #9A9A9A. Windows color (decimal): -5797668 or 14452903. OLE color: 14452903.

HSL color Cylindrical-coordinate representation of color #A788DC: hue angle of 262.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A788DC is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 136 220 -
CMYK 0.24 0.38 0 0.14
HSL 262.14º 0.55% 0.7% -
HSV(B) 262.14º 0.38% 0.86% -
XYZ 37.66 30.99 71.71 -
YUV 154.85 164.77 136.67 -
System Red Green Blue C M Y K H S L
Decimal 167 136 220 0.24 0.38 0 0.14 262.14 0.55 0.7
Hex A7 88 DC 18 26 0 E 106 37 46
Octal 247 210 334 30 46 0 16 406 67 106
Binary 10100111 10001000 11011100 11000 100110 0 1110 100000110 110111 1000110

Color Harmonies of #A788DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A788DC

Black with #A788DC

Text Example


Text Example

White with #A788DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A788DC; }

 p { color: rgb(167,136,220); }

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

background-color css

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

 a { background-color: rgb(167,136,220); }

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

border-color css

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

 span { border-color: rgb(167,136,220); }

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