Html Css Color HEX #A486DD Biloba Flower

📋 copy color: '#A486DD'

red 164 ◦ green 134 ◦ blue 221

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

Shades of Biloba Flower #A486DD

Tints of Biloba Flower #A486DD

RGB

 RED value IS 164 (64.45% from 255) = 31.6%

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

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

R = 31.6%
G = 25.82%
B = 42.58%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A486DD (or 0xA486DD) is known color: Biloba Flower. HEX triplet: A4, 86 and DD. RGB value is (164,134,221). Sum of RGB (Red+Green+Blue) = 164+134+221=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #A486DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486DD is #5B7922. Grayscale: #989898. Windows color (decimal): -5994787 or 14517924. OLE color: 14517924.

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

Color convert

RGB 164 134 221 -
CMYK 0.26 0.39 0 0.13
HSL 260.69º 0.56% 0.7% -
HSV(B) 260.69º 0.39% 0.87% -
XYZ 36.89 30.16 72.28 -
YUV 152.89 166.44 135.93 -
System Red Green Blue C M Y K H S L
Decimal 164 134 221 0.26 0.39 0 0.13 260.69 0.56 0.7
Hex A4 86 DD 1A 27 0 D 105 38 46
Octal 244 206 335 32 47 0 15 405 70 106
Binary 10100100 10000110 11011101 11010 100111 0 1101 100000101 111000 1000110

Color Harmonies of #A486DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A486DD

Black with #A486DD

Text Example


Text Example

White with #A486DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A486DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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