Html Css Color HEX #A886DA Biloba Flower

📋 copy color: '#A886DA'

red 168 ◦ green 134 ◦ blue 218

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

Shades of Biloba Flower #A886DA

Tints of Biloba Flower #A886DA

RGB

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

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

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

R = 32.31%
G = 25.77%
B = 41.92%

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

#A886DA (or 0xA886DA) is known color: Biloba Flower. HEX triplet: A8, 86 and DA. RGB value is (168,134,218). Sum of RGB (Red+Green+Blue) = 168+134+218=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #A886DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886DA is #577925. Grayscale: #999999. Windows color (decimal): -5732646 or 14321320. OLE color: 14321320.

HSL color Cylindrical-coordinate representation of color #A886DA: hue angle of 264.29º 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 #A886DA is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 134 218 -
CMYK 0.23 0.39 0 0.15
HSL 264.29º 0.53% 0.69% -
HSV(B) 264.29º 0.39% 0.85% -
XYZ 37.33 30.44 70.24 -
YUV 153.74 164.26 138.17 -
System Red Green Blue C M Y K H S L
Decimal 168 134 218 0.23 0.39 0 0.15 264.29 0.53 0.69
Hex A8 86 DA 17 27 0 F 108 35 45
Octal 250 206 332 27 47 0 17 410 65 105
Binary 10101000 10000110 11011010 10111 100111 0 1111 100001000 110101 1000101

Color Harmonies of #A886DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A886DA

Black with #A886DA

Text Example


Text Example

White with #A886DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A886DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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