Html Css Color HEX #A689F1 Biloba Flower

📋 copy color: '#A689F1'

red 166 ◦ green 137 ◦ blue 241

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

Shades of Biloba Flower #A689F1

Tints of Biloba Flower #A689F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.3%

R = 30.51%
G = 25.18%
B = 44.3%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A689F1 (or 0xA689F1) is known color: Biloba Flower. HEX triplet: A6, 89 and F1. RGB value is (166,137,241). Sum of RGB (Red+Green+Blue) = 166+137+241=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 241 (94.53% from 255 or 44.30% from 544); Max value from RGB is 241 - color contains mainly: blue. Hex color #A689F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A689F1 is #59760E. Grayscale: #9D9D9D. Windows color (decimal): -5862927 or 15829414. OLE color: 15829414.

HSL color Cylindrical-coordinate representation of color #A689F1: hue angle of 256.73º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A689F1 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 137 241 -
CMYK 0.31 0.43 0 0.05
HSL 256.73º 0.79% 0.74% -
HSV(B) 256.73º 0.43% 0.95% -
XYZ 40.55 32.35 87.33 -
YUV 157.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 166 137 241 0.31 0.43 0 0.05 256.73 0.79 0.74
Hex A6 89 F1 1F 2B 0 5 101 4F 4A
Octal 246 211 361 37 53 0 5 401 117 112
Binary 10100110 10001001 11110001 11111 101011 0 101 100000001 1001111 1001010

Color Harmonies of #A689F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689F1

Black with #A689F1

Text Example


Text Example

White with #A689F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A689F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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