Html Css Color HEX #A785DB Biloba Flower

📋 copy color: '#A785DB'

red 167 ◦ green 133 ◦ blue 219

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

Shades of Biloba Flower #A785DB

Tints of Biloba Flower #A785DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 32.18%
G = 25.63%
B = 42.2%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A785DB (or 0xA785DB) is known color: Biloba Flower. HEX triplet: A7, 85 and DB. RGB value is (167,133,219). Sum of RGB (Red+Green+Blue) = 167+133+219=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #A785DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785DB is #587A24. Grayscale: #989898. Windows color (decimal): -5798437 or 14386599. OLE color: 14386599.

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

Color convert

RGB 167 133 219 -
CMYK 0.24 0.39 0 0.14
HSL 263.72º 0.54% 0.69% -
HSV(B) 263.72º 0.39% 0.86% -
XYZ 37.11 30.11 70.87 -
YUV 152.97 165.26 138.01 -
System Red Green Blue C M Y K H S L
Decimal 167 133 219 0.24 0.39 0 0.14 263.72 0.54 0.69
Hex A7 85 DB 18 27 0 E 108 36 45
Octal 247 205 333 30 47 0 16 410 66 105
Binary 10100111 10000101 11011011 11000 100111 0 1110 100001000 110110 1000101

Color Harmonies of #A785DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A785DB

Black with #A785DB

Text Example


Text Example

White with #A785DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A785DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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