Html Css Color HEX #A694DF Biloba Flower

📋 copy color: '#A694DF'

red 166 ◦ green 148 ◦ blue 223

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

Shades of Biloba Flower #A694DF

Tints of Biloba Flower #A694DF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.56%

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

R = 30.91%
G = 27.56%
B = 41.53%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A694DF (or 0xA694DF) is known color: Biloba Flower. HEX triplet: A6, 94 and DF. RGB value is (166,148,223). Sum of RGB (Red+Green+Blue) = 166+148+223=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #A694DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694DF is #596B20. Grayscale: #A1A1A1. Windows color (decimal): -5860129 or 14652582. OLE color: 14652582.

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

Color convert

RGB 166 148 223 -
CMYK 0.26 0.34 0 0.13
HSL 254.4º 0.54% 0.73% -
HSV(B) 254.4º 0.34% 0.87% -
XYZ 39.64 34.61 74.4 -
YUV 161.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 166 148 223 0.26 0.34 0 0.13 254.4 0.54 0.73
Hex A6 94 DF 1A 22 0 D FE 36 49
Octal 246 224 337 32 42 0 15 376 66 111
Binary 10100110 10010100 11011111 11010 100010 0 1101 11111110 110110 1001001

Color Harmonies of #A694DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A694DF

Black with #A694DF

Text Example


Text Example

White with #A694DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A694DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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