Html Css Color HEX #A689D0 Biloba Flower

📋 copy color: '#A689D0'

red 166 ◦ green 137 ◦ blue 208

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

Shades of Biloba Flower #A689D0

Tints of Biloba Flower #A689D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.7%

R = 32.49%
G = 26.81%
B = 40.7%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A689D0 (or 0xA689D0) is known color: Biloba Flower. HEX triplet: A6, 89 and D0. RGB value is (166,137,208). Sum of RGB (Red+Green+Blue) = 166+137+208=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #A689D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689D0 is #59762F. Grayscale: #999999. Windows color (decimal): -5862960 or 13666726. OLE color: 13666726.

HSL color Cylindrical-coordinate representation of color #A689D0: hue angle of 264.51º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A689D0 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 137 208 -
CMYK 0.20 0.34 0 0.18
HSL 264.51º 0.43% 0.68% -
HSV(B) 264.51º 0.34% 0.82% -
XYZ 36.06 30.55 63.67 -
YUV 153.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 166 137 208 0.20 0.34 0 0.18 264.51 0.43 0.68
Hex A6 89 D0 14 22 0 12 109 2B 44
Octal 246 211 320 24 42 0 22 411 53 104
Binary 10100110 10001001 11010000 10100 100010 0 10010 100001001 101011 1000100

Color Harmonies of #A689D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689D0

Black with #A689D0

Text Example


Text Example

White with #A689D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A689D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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