Html Css Color HEX #A694D9 Biloba Flower

📋 copy color: '#A694D9'

red 166 ◦ green 148 ◦ blue 217

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

Shades of Biloba Flower #A694D9

Tints of Biloba Flower #A694D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.87%

R = 31.26%
G = 27.87%
B = 40.87%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A694D9 (or 0xA694D9) is known color: Biloba Flower. HEX triplet: A6, 94 and D9. RGB value is (166,148,217). Sum of RGB (Red+Green+Blue) = 166+148+217=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #A694D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A694D9 is #596B26. Grayscale: #A0A0A0. Windows color (decimal): -5860135 or 14259366. OLE color: 14259366.

HSL color Cylindrical-coordinate representation of color #A694D9: hue angle of 255.65º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A694D9 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 148 217 -
CMYK 0.24 0.32 0 0.15
HSL 255.65º 0.48% 0.72% -
HSV(B) 255.65º 0.32% 0.85% -
XYZ 38.84 34.3 70.22 -
YUV 161.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 166 148 217 0.24 0.32 0 0.15 255.65 0.48 0.72
Hex A6 94 D9 18 20 0 F 100 30 48
Octal 246 224 331 30 40 0 17 400 60 110
Binary 10100110 10010100 11011001 11000 100000 0 1111 100000000 110000 1001000

Color Harmonies of #A694D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A694D9

Black with #A694D9

Text Example


Text Example

White with #A694D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A694D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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