Html Css Color HEX #A786DA Biloba Flower

📋 copy color: '#A786DA'

red 167 ◦ green 134 ◦ blue 218

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

Shades of Biloba Flower #A786DA

Tints of Biloba Flower #A786DA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.82%

 BLUE value IS 218 (85.55% from 255) = 42%

R = 32.18%
G = 25.82%
B = 42%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A786DA (or 0xA786DA) is known color: Biloba Flower. HEX triplet: A7, 86 and DA. RGB value is (167,134,218). Sum of RGB (Red+Green+Blue) = 167+134+218=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #A786DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A786DA is #587925. Grayscale: #999999. Windows color (decimal): -5798182 or 14321319. OLE color: 14321319.

HSL color Cylindrical-coordinate representation of color #A786DA: hue angle of 263.57º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A786DA is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 134 218 -
CMYK 0.23 0.39 0 0.15
HSL 263.57º 0.53% 0.69% -
HSV(B) 263.57º 0.39% 0.85% -
XYZ 37.12 30.33 70.23 -
YUV 153.44 164.43 137.67 -
System Red Green Blue C M Y K H S L
Decimal 167 134 218 0.23 0.39 0 0.15 263.57 0.53 0.69
Hex A7 86 DA 17 27 0 F 108 35 45
Octal 247 206 332 27 47 0 17 410 65 105
Binary 10100111 10000110 11011010 10111 100111 0 1111 100001000 110101 1000101

Color Harmonies of #A786DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A786DA

Black with #A786DA

Text Example


Text Example

White with #A786DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A786DA; }

 p { color: rgb(167,134,218); }

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

background-color css

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

 a { background-color: rgb(167,134,218); }

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

border-color css

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

 span { border-color: rgb(167,134,218); }

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