Html Css Color HEX #A694F0 Biloba Flower

📋 copy color: '#A694F0'

red 166 ◦ green 148 ◦ blue 240

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

Shades of Biloba Flower #A694F0

Tints of Biloba Flower #A694F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.32%

R = 29.96%
G = 26.71%
B = 43.32%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A694F0 (or 0xA694F0) is known color: Biloba Flower. HEX triplet: A6, 94 and F0. RGB value is (166,148,240). Sum of RGB (Red+Green+Blue) = 166+148+240=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #A694F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A694F0 is #596B0F. Grayscale: #A3A3A3. Windows color (decimal): -5860112 or 15766694. OLE color: 15766694.

HSL color Cylindrical-coordinate representation of color #A694F0: hue angle of 251.74º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A694F0 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 148 240 -
CMYK 0.31 0.38 0 0.06
HSL 251.74º 0.75% 0.76% -
HSV(B) 251.74º 0.38% 0.94% -
XYZ 42.04 35.58 87.09 -
YUV 163.87 170.96 129.52 -
System Red Green Blue C M Y K H S L
Decimal 166 148 240 0.31 0.38 0 0.06 251.74 0.75 0.76
Hex A6 94 F0 1F 26 0 6 FC 4B 4C
Octal 246 224 360 37 46 0 6 374 113 114
Binary 10100110 10010100 11110000 11111 100110 0 110 11111100 1001011 1001100

Color Harmonies of #A694F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A694F0

Black with #A694F0

Text Example


Text Example

White with #A694F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A694F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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