Html Css Color HEX #A886F0 Biloba Flower

📋 copy color: '#A886F0'

red 168 ◦ green 134 ◦ blue 240

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

Shades of Biloba Flower #A886F0

Tints of Biloba Flower #A886F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.28%

R = 31%
G = 24.72%
B = 44.28%

CMYK

 C value IS 0.3

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A886F0 (or 0xA886F0) is known color: Biloba Flower. HEX triplet: A8, 86 and F0. RGB value is (168,134,240). Sum of RGB (Red+Green+Blue) = 168+134+240=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #A886F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A886F0 is #57790F. Grayscale: #9B9B9B. Windows color (decimal): -5732624 or 15763112. OLE color: 15763112.

HSL color Cylindrical-coordinate representation of color #A886F0: hue angle of 259.25º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A886F0 is Cyan = 0.3, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 134 240 -
CMYK 0.3 0.44 0 0.06
HSL 259.25º 0.78% 0.73% -
HSV(B) 259.25º 0.44% 0.94% -
XYZ 40.4 31.67 86.42 -
YUV 156.25 175.26 136.38 -
System Red Green Blue C M Y K H S L
Decimal 168 134 240 0.3 0.44 0 0.06 259.25 0.78 0.73
Hex A8 86 F0 1E 2C 0 6 103 4E 49
Octal 250 206 360 36 54 0 6 403 116 111
Binary 10101000 10000110 11110000 11110 101100 0 110 100000011 1001110 1001001

Color Harmonies of #A886F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A886F0

Black with #A886F0

Text Example


Text Example

White with #A886F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A886F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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