Html Css Color HEX #A689DC Biloba Flower

📋 copy color: '#A689DC'

red 166 ◦ green 137 ◦ blue 220

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

Shades of Biloba Flower #A689DC

Tints of Biloba Flower #A689DC

RGB

 RED value IS 166 (65.23% from 255) = 31.74%

 GREEN value IS 137 (53.91% from 255) = 26.2%

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

R = 31.74%
G = 26.2%
B = 42.07%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A689DC (or 0xA689DC) is known color: Biloba Flower. HEX triplet: A6, 89 and DC. RGB value is (166,137,220). Sum of RGB (Red+Green+Blue) = 166+137+220=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #A689DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689DC is #597623. Grayscale: #9A9A9A. Windows color (decimal): -5862948 or 14453158. OLE color: 14453158.

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

Color convert

RGB 166 137 220 -
CMYK 0.25 0.38 0 0.14
HSL 260.96º 0.54% 0.7% -
HSV(B) 260.96º 0.38% 0.86% -
XYZ 37.59 31.17 71.74 -
YUV 155.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 166 137 220 0.25 0.38 0 0.14 260.96 0.54 0.7
Hex A6 89 DC 19 26 0 E 105 36 46
Octal 246 211 334 31 46 0 16 405 66 106
Binary 10100110 10001001 11011100 11001 100110 0 1110 100000101 110110 1000110

Color Harmonies of #A689DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689DC

Black with #A689DC

Text Example


Text Example

White with #A689DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A689DC; }

 p { color: rgb(166,137,220); }

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

background-color css

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

 a { background-color: rgb(166,137,220); }

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

border-color css

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

 span { border-color: rgb(166,137,220); }

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