Html Css Color HEX #A694EC Biloba Flower

📋 copy color: '#A694EC'

red 166 ◦ green 148 ◦ blue 236

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

Shades of Biloba Flower #A694EC

Tints of Biloba Flower #A694EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 30.18%
G = 26.91%
B = 42.91%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A694EC (or 0xA694EC) is known color: Biloba Flower. HEX triplet: A6, 94 and EC. RGB value is (166,148,236). Sum of RGB (Red+Green+Blue) = 166+148+236=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #A694EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A694EC is #596B13. Grayscale: #A3A3A3. Windows color (decimal): -5860116 or 15504550. OLE color: 15504550.

HSL color Cylindrical-coordinate representation of color #A694EC: hue angle of 252.27º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A694EC is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 148 236 -
CMYK 0.30 0.37 0 0.07
HSL 252.27º 0.7% 0.75% -
HSV(B) 252.27º 0.37% 0.93% -
XYZ 41.46 35.34 83.99 -
YUV 163.41 168.96 129.84 -
System Red Green Blue C M Y K H S L
Decimal 166 148 236 0.30 0.37 0 0.07 252.27 0.7 0.75
Hex A6 94 EC 1E 25 0 7 FC 46 4B
Octal 246 224 354 36 45 0 7 374 106 113
Binary 10100110 10010100 11101100 11110 100101 0 111 11111100 1000110 1001011

Color Harmonies of #A694EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A694EC

Black with #A694EC

Text Example


Text Example

White with #A694EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A694EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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