Html Css Color HEX #A689DA Biloba Flower

📋 copy color: '#A689DA'

red 166 ◦ green 137 ◦ blue 218

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

Shades of Biloba Flower #A689DA

Tints of Biloba Flower #A689DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 31.86%
G = 26.3%
B = 41.84%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A689DA (or 0xA689DA) is known color: Biloba Flower. HEX triplet: A6, 89 and DA. RGB value is (166,137,218). Sum of RGB (Red+Green+Blue) = 166+137+218=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #A689DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689DA is #597625. Grayscale: #9A9A9A. Windows color (decimal): -5862950 or 14322086. OLE color: 14322086.

HSL color Cylindrical-coordinate representation of color #A689DA: hue angle of 261.48º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A689DA is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 137 218 -
CMYK 0.24 0.37 0 0.15
HSL 261.48º 0.52% 0.7% -
HSV(B) 261.48º 0.37% 0.85% -
XYZ 37.33 31.06 70.36 -
YUV 154.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 166 137 218 0.24 0.37 0 0.15 261.48 0.52 0.7
Hex A6 89 DA 18 25 0 F 105 34 46
Octal 246 211 332 30 45 0 17 405 64 106
Binary 10100110 10001001 11011010 11000 100101 0 1111 100000101 110100 1000110

Color Harmonies of #A689DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689DA

Black with #A689DA

Text Example


Text Example

White with #A689DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A689DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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