Html Css Color HEX #A689E5 Biloba Flower

📋 copy color: '#A689E5'

red 166 ◦ green 137 ◦ blue 229

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

Shades of Biloba Flower #A689E5

Tints of Biloba Flower #A689E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.05%

R = 31.2%
G = 25.75%
B = 43.05%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A689E5 (or 0xA689E5) is known color: Biloba Flower. HEX triplet: A6, 89 and E5. RGB value is (166,137,229). Sum of RGB (Red+Green+Blue) = 166+137+229=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #A689E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689E5 is #59761A. Grayscale: #9B9B9B. Windows color (decimal): -5862939 or 15042982. OLE color: 15042982.

HSL color Cylindrical-coordinate representation of color #A689E5: hue angle of 258.91º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A689E5 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 137 229 -
CMYK 0.28 0.40 0 0.10
HSL 258.91º 0.64% 0.72% -
HSV(B) 258.91º 0.4% 0.9% -
XYZ 38.81 31.66 78.19 -
YUV 156.16 169.11 135.02 -
System Red Green Blue C M Y K H S L
Decimal 166 137 229 0.28 0.40 0 0.10 258.91 0.64 0.72
Hex A6 89 E5 1C 28 0 A 103 40 48
Octal 246 211 345 34 50 0 12 403 100 110
Binary 10100110 10001001 11100101 11100 101000 0 1010 100000011 1000000 1001000

Color Harmonies of #A689E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689E5

Black with #A689E5

Text Example


Text Example

White with #A689E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A689E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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