Html Css Color HEX #A694DC Biloba Flower

📋 copy color: '#A694DC'

red 166 ◦ green 148 ◦ blue 220

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

Shades of Biloba Flower #A694DC

Tints of Biloba Flower #A694DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 31.09%
G = 27.72%
B = 41.2%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A694DC (or 0xA694DC) is known color: Biloba Flower. HEX triplet: A6, 94 and DC. RGB value is (166,148,220). Sum of RGB (Red+Green+Blue) = 166+148+220=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #A694DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694DC is #596B23. Grayscale: #A1A1A1. Windows color (decimal): -5860132 or 14455974. OLE color: 14455974.

HSL color Cylindrical-coordinate representation of color #A694DC: hue angle of 255º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A694DC is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 148 220 -
CMYK 0.25 0.33 0 0.14
HSL 255º 0.51% 0.72% -
HSV(B) 255º 0.33% 0.86% -
XYZ 39.23 34.45 72.29 -
YUV 161.59 160.96 131.15 -
System Red Green Blue C M Y K H S L
Decimal 166 148 220 0.25 0.33 0 0.14 255 0.51 0.72
Hex A6 94 DC 19 21 0 E FF 33 48
Octal 246 224 334 31 41 0 16 377 63 110
Binary 10100110 10010100 11011100 11001 100001 0 1110 11111111 110011 1001000

Color Harmonies of #A694DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A694DC

Black with #A694DC

Text Example


Text Example

White with #A694DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A694DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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