Html Css Color HEX #A886DD Biloba Flower

📋 copy color: '#A886DD'

red 168 ◦ green 134 ◦ blue 221

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

Shades of Biloba Flower #A886DD

Tints of Biloba Flower #A886DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 32.12%
G = 25.62%
B = 42.26%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A886DD (or 0xA886DD) is known color: Biloba Flower. HEX triplet: A8, 86 and DD. RGB value is (168,134,221). Sum of RGB (Red+Green+Blue) = 168+134+221=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #A886DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886DD is #577922. Grayscale: #999999. Windows color (decimal): -5732643 or 14517928. OLE color: 14517928.

HSL color Cylindrical-coordinate representation of color #A886DD: hue angle of 263.45º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A886DD is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 134 221 -
CMYK 0.24 0.39 0 0.13
HSL 263.45º 0.56% 0.7% -
HSV(B) 263.45º 0.39% 0.87% -
XYZ 37.72 30.6 72.32 -
YUV 154.08 165.76 137.93 -
System Red Green Blue C M Y K H S L
Decimal 168 134 221 0.24 0.39 0 0.13 263.45 0.56 0.7
Hex A8 86 DD 18 27 0 D 107 38 46
Octal 250 206 335 30 47 0 15 407 70 106
Binary 10101000 10000110 11011101 11000 100111 0 1101 100000111 111000 1000110

Color Harmonies of #A886DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A886DD

Black with #A886DD

Text Example


Text Example

White with #A886DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A886DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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