Html Css Color HEX #A691F3 Biloba Flower

📋 copy color: '#A691F3'

red 166 ◦ green 145 ◦ blue 243

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

Shades of Biloba Flower #A691F3

Tints of Biloba Flower #A691F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.86%

R = 29.96%
G = 26.17%
B = 43.86%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A691F3 (or 0xA691F3) is known color: Biloba Flower. HEX triplet: A6, 91 and F3. RGB value is (166,145,243). Sum of RGB (Red+Green+Blue) = 166+145+243=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #A691F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A691F3 is #596E0C. Grayscale: #A2A2A2. Windows color (decimal): -5860877 or 15962534. OLE color: 15962534.

HSL color Cylindrical-coordinate representation of color #A691F3: hue angle of 252.86º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A691F3 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 145 243 -
CMYK 0.32 0.40 0 0.05
HSL 252.86º 0.8% 0.76% -
HSV(B) 252.86º 0.4% 0.95% -
XYZ 42.03 34.83 89.3 -
YUV 162.45 173.46 130.53 -
System Red Green Blue C M Y K H S L
Decimal 166 145 243 0.32 0.40 0 0.05 252.86 0.8 0.76
Hex A6 91 F3 20 28 0 5 FD 50 4C
Octal 246 221 363 40 50 0 5 375 120 114
Binary 10100110 10010001 11110011 100000 101000 0 101 11111101 1010000 1001100

Color Harmonies of #A691F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A691F3

Black with #A691F3

Text Example


Text Example

White with #A691F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A691F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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