Html Css Color HEX #A786E6 Biloba Flower

📋 copy color: '#A786E6'

red 167 ◦ green 134 ◦ blue 230

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

Shades of Biloba Flower #A786E6

Tints of Biloba Flower #A786E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.31%

R = 31.45%
G = 25.24%
B = 43.31%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A786E6 (or 0xA786E6) is known color: Biloba Flower. HEX triplet: A7, 86 and E6. RGB value is (167,134,230). Sum of RGB (Red+Green+Blue) = 167+134+230=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 134 (52.73% from 255 or 25.24% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #A786E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A786E6 is #587919. Grayscale: #9A9A9A. Windows color (decimal): -5798170 or 15107751. OLE color: 15107751.

HSL color Cylindrical-coordinate representation of color #A786E6: hue angle of 260.62º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A786E6 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 167 134 230 -
CMYK 0.27 0.42 0 0.10
HSL 260.63º 0.66% 0.71% -
HSV(B) 260.63º 0.42% 0.9% -
XYZ 38.74 30.98 78.8 -
YUV 154.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 167 134 230 0.27 0.42 0 0.10 260.63 0.66 0.71
Hex A7 86 E6 1B 2A 0 A 105 42 47
Octal 247 206 346 33 52 0 12 405 102 107
Binary 10100111 10000110 11100110 11011 101010 0 1010 100000101 1000010 1000111

Color Harmonies of #A786E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A786E6

Black with #A786E6

Text Example


Text Example

White with #A786E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A786E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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