Html Css Color HEX #A691CE Biloba Flower

📋 copy color: '#A691CE'

red 166 ◦ green 145 ◦ blue 206

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

Shades of Biloba Flower #A691CE

Tints of Biloba Flower #A691CE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.05%

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 32.11%
G = 28.05%
B = 39.85%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A691CE (or 0xA691CE) is known color: Biloba Flower. HEX triplet: A6, 91 and CE. RGB value is (166,145,206). Sum of RGB (Red+Green+Blue) = 166+145+206=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #A691CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691CE is #596E31. Grayscale: #9E9E9E. Windows color (decimal): -5860914 or 13537702. OLE color: 13537702.

HSL color Cylindrical-coordinate representation of color #A691CE: hue angle of 260.66º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A691CE is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 145 206 -
CMYK 0.19 0.30 0 0.19
HSL 260.66º 0.38% 0.69% -
HSV(B) 260.66º 0.3% 0.81% -
XYZ 36.99 32.81 62.78 -
YUV 158.23 154.96 133.54 -
System Red Green Blue C M Y K H S L
Decimal 166 145 206 0.19 0.30 0 0.19 260.66 0.38 0.69
Hex A6 91 CE 13 1E 0 13 105 26 45
Octal 246 221 316 23 36 0 23 405 46 105
Binary 10100110 10010001 11001110 10011 11110 0 10011 100000101 100110 1000101

Color Harmonies of #A691CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A691CE

Black with #A691CE

Text Example


Text Example

White with #A691CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A691CE; }

 p { color: rgb(166,145,206); }

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

background-color css

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

 a { background-color: rgb(166,145,206); }

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

border-color css

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

 span { border-color: rgb(166,145,206); }

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