Html Css Color HEX #A689ED Biloba Flower

📋 copy color: '#A689ED'

red 166 ◦ green 137 ◦ blue 237

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

Shades of Biloba Flower #A689ED

Tints of Biloba Flower #A689ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.89%

R = 30.74%
G = 25.37%
B = 43.89%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A689ED (or 0xA689ED) is known color: Biloba Flower. HEX triplet: A6, 89 and ED. RGB value is (166,137,237). Sum of RGB (Red+Green+Blue) = 166+137+237=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #A689ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A689ED is #597612. Grayscale: #9C9C9C. Windows color (decimal): -5862931 or 15567270. OLE color: 15567270.

HSL color Cylindrical-coordinate representation of color #A689ED: hue angle of 257.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A689ED is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 137 237 -
CMYK 0.30 0.42 0 0.07
HSL 257.4º 0.74% 0.73% -
HSV(B) 257.4º 0.42% 0.93% -
XYZ 39.96 32.11 84.21 -
YUV 157.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 166 137 237 0.30 0.42 0 0.07 257.4 0.74 0.73
Hex A6 89 ED 1E 2A 0 7 101 4A 49
Octal 246 211 355 36 52 0 7 401 112 111
Binary 10100110 10001001 11101101 11110 101010 0 111 100000001 1001010 1001001

Color Harmonies of #A689ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689ED

Black with #A689ED

Text Example


Text Example

White with #A689ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A689ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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