Html Css Color HEX #A786E4 Biloba Flower

📋 copy color: '#A786E4'

red 167 ◦ green 134 ◦ blue 228

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

Shades of Biloba Flower #A786E4

Tints of Biloba Flower #A786E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.1%

R = 31.57%
G = 25.33%
B = 43.1%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A786E4 (or 0xA786E4) is known color: Biloba Flower. HEX triplet: A7, 86 and E4. RGB value is (167,134,228). Sum of RGB (Red+Green+Blue) = 167+134+228=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #A786E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A786E4 is #58791B. Grayscale: #9A9A9A. Windows color (decimal): -5798172 or 14976679. OLE color: 14976679.

HSL color Cylindrical-coordinate representation of color #A786E4: hue angle of 261.06º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A786E4 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 167 134 228 -
CMYK 0.27 0.41 0 0.11
HSL 261.06º 0.64% 0.71% -
HSV(B) 261.06º 0.41% 0.89% -
XYZ 38.47 30.87 77.33 -
YUV 154.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 167 134 228 0.27 0.41 0 0.11 261.06 0.64 0.71
Hex A7 86 E4 1B 29 0 B 105 40 47
Octal 247 206 344 33 51 0 13 405 100 107
Binary 10100111 10000110 11100100 11011 101001 0 1011 100000101 1000000 1000111

Color Harmonies of #A786E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A786E4

Black with #A786E4

Text Example


Text Example

White with #A786E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A786E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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