Html Css Color HEX #A785DC Biloba Flower

📋 copy color: '#A785DC'

red 167 ◦ green 133 ◦ blue 220

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

Shades of Biloba Flower #A785DC

Tints of Biloba Flower #A785DC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.58%

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

R = 32.12%
G = 25.58%
B = 42.31%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A785DC (or 0xA785DC) is known color: Biloba Flower. HEX triplet: A7, 85 and DC. RGB value is (167,133,220). Sum of RGB (Red+Green+Blue) = 167+133+220=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #A785DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785DC is #587A23. Grayscale: #989898. Windows color (decimal): -5798436 or 14452135. OLE color: 14452135.

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

Color convert

RGB 167 133 220 -
CMYK 0.24 0.40 0 0.14
HSL 263.45º 0.55% 0.69% -
HSV(B) 263.45º 0.4% 0.86% -
XYZ 37.24 30.16 71.57 -
YUV 153.08 165.76 137.93 -
System Red Green Blue C M Y K H S L
Decimal 167 133 220 0.24 0.40 0 0.14 263.45 0.55 0.69
Hex A7 85 DC 18 28 0 E 107 37 45
Octal 247 205 334 30 50 0 16 407 67 105
Binary 10100111 10000101 11011100 11000 101000 0 1110 100000111 110111 1000101

Color Harmonies of #A785DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A785DC

Black with #A785DC

Text Example


Text Example

White with #A785DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A785DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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