Html Css Color HEX #A486DB Biloba Flower

📋 copy color: '#A486DB'

red 164 ◦ green 134 ◦ blue 219

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

Shades of Biloba Flower #A486DB

Tints of Biloba Flower #A486DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 31.72%
G = 25.92%
B = 42.36%

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

#A486DB (or 0xA486DB) is known color: Biloba Flower. HEX triplet: A4, 86 and DB. RGB value is (164,134,219). Sum of RGB (Red+Green+Blue) = 164+134+219=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #A486DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486DB is #5B7924. Grayscale: #989898. Windows color (decimal): -5994789 or 14386852. OLE color: 14386852.

HSL color Cylindrical-coordinate representation of color #A486DB: hue angle of 261.18º degrees, saturation: 0.54, 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 #A486DB is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 134 219 -
CMYK 0.25 0.39 0 0.14
HSL 261.18º 0.54% 0.69% -
HSV(B) 261.18º 0.39% 0.86% -
XYZ 36.62 30.06 70.89 -
YUV 152.66 165.44 136.09 -
System Red Green Blue C M Y K H S L
Decimal 164 134 219 0.25 0.39 0 0.14 261.18 0.54 0.69
Hex A4 86 DB 19 27 0 E 105 36 45
Octal 244 206 333 31 47 0 16 405 66 105
Binary 10100100 10000110 11011011 11001 100111 0 1110 100000101 110110 1000101

Color Harmonies of #A486DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A486DB

Black with #A486DB

Text Example


Text Example

White with #A486DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A486DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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