Html Css Color HEX #A486DC Biloba Flower

📋 copy color: '#A486DC'

red 164 ◦ green 134 ◦ blue 220

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

Shades of Biloba Flower #A486DC

Tints of Biloba Flower #A486DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 31.66%
G = 25.87%
B = 42.47%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A486DC (or 0xA486DC) is known color: Biloba Flower. HEX triplet: A4, 86 and DC. RGB value is (164,134,220). Sum of RGB (Red+Green+Blue) = 164+134+220=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #A486DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486DC is #5B7923. Grayscale: #989898. Windows color (decimal): -5994788 or 14452388. OLE color: 14452388.

HSL color Cylindrical-coordinate representation of color #A486DC: hue angle of 260.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A486DC is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 134 220 -
CMYK 0.25 0.39 0 0.14
HSL 260.93º 0.55% 0.69% -
HSV(B) 260.93º 0.39% 0.86% -
XYZ 36.75 30.11 71.58 -
YUV 152.77 165.94 136.01 -
System Red Green Blue C M Y K H S L
Decimal 164 134 220 0.25 0.39 0 0.14 260.93 0.55 0.69
Hex A4 86 DC 19 27 0 E 105 37 45
Octal 244 206 334 31 47 0 16 405 67 105
Binary 10100100 10000110 11011100 11001 100111 0 1110 100000101 110111 1000101

Color Harmonies of #A486DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A486DC

Black with #A486DC

Text Example


Text Example

White with #A486DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A486DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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