Html Css Color HEX #A886EC Biloba Flower

📋 copy color: '#A886EC'

red 168 ◦ green 134 ◦ blue 236

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

Shades of Biloba Flower #A886EC

Tints of Biloba Flower #A886EC

RGB

 RED value IS 168 (66.02% from 255) = 31.23%

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

 BLUE value IS 236 (92.58% from 255) = 43.87%

R = 31.23%
G = 24.91%
B = 43.87%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A886EC (or 0xA886EC) is known color: Biloba Flower. HEX triplet: A8, 86 and EC. RGB value is (168,134,236). Sum of RGB (Red+Green+Blue) = 168+134+236=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #A886EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A886EC is #577913. Grayscale: #9B9B9B. Windows color (decimal): -5732628 or 15500968. OLE color: 15500968.

HSL color Cylindrical-coordinate representation of color #A886EC: hue angle of 260º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A886EC is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 134 236 -
CMYK 0.29 0.43 0 0.07
HSL 260º 0.73% 0.73% -
HSV(B) 260º 0.43% 0.93% -
XYZ 39.81 31.43 83.33 -
YUV 155.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 168 134 236 0.29 0.43 0 0.07 260 0.73 0.73
Hex A8 86 EC 1D 2B 0 7 104 49 49
Octal 250 206 354 35 53 0 7 404 111 111
Binary 10101000 10000110 11101100 11101 101011 0 111 100000100 1001001 1001001

Color Harmonies of #A886EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A886EC

Black with #A886EC

Text Example


Text Example

White with #A886EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A886EC; }

 p { color: rgb(168,134,236); }

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

background-color css

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

 a { background-color: rgb(168,134,236); }

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

border-color css

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

 span { border-color: rgb(168,134,236); }

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