Html Css Color HEX #A691DF Biloba Flower

📋 copy color: '#A691DF'

red 166 ◦ green 145 ◦ blue 223

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

Shades of Biloba Flower #A691DF

Tints of Biloba Flower #A691DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 31.09%
G = 27.15%
B = 41.76%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A691DF (or 0xA691DF) is known color: Biloba Flower. HEX triplet: A6, 91 and DF. RGB value is (166,145,223). Sum of RGB (Red+Green+Blue) = 166+145+223=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 145 (57.03% from 255 or 27.15% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #A691DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A691DF is #596E20. Grayscale: #9F9F9F. Windows color (decimal): -5860897 or 14651814. OLE color: 14651814.

HSL color Cylindrical-coordinate representation of color #A691DF: hue angle of 256.15º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A691DF is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 145 223 -
CMYK 0.26 0.35 0 0.13
HSL 256.15º 0.55% 0.72% -
HSV(B) 256.15º 0.35% 0.87% -
XYZ 39.17 33.69 74.25 -
YUV 160.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 166 145 223 0.26 0.35 0 0.13 256.15 0.55 0.72
Hex A6 91 DF 1A 23 0 D 100 37 48
Octal 246 221 337 32 43 0 15 400 67 110
Binary 10100110 10010001 11011111 11010 100011 0 1101 100000000 110111 1001000

Color Harmonies of #A691DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A691DF

Black with #A691DF

Text Example


Text Example

White with #A691DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A691DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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