Html Css Color HEX #A696D7 Biloba Flower

📋 copy color: '#A696D7'

red 166 ◦ green 150 ◦ blue 215

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

Shades of Biloba Flower #A696D7

Tints of Biloba Flower #A696D7

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.25%

 BLUE value IS 215 (84.38% from 255) = 40.49%

R = 31.26%
G = 28.25%
B = 40.49%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A696D7 (or 0xA696D7) is known color: Biloba Flower. HEX triplet: A6, 96 and D7. RGB value is (166,150,215). Sum of RGB (Red+Green+Blue) = 166+150+215=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #A696D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696D7 is #596928. Grayscale: #A1A1A1. Windows color (decimal): -5859625 or 14128806. OLE color: 14128806.

HSL color Cylindrical-coordinate representation of color #A696D7: hue angle of 254.77º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A696D7 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 150 215 -
CMYK 0.23 0.30 0 0.16
HSL 254.77º 0.45% 0.72% -
HSV(B) 254.77º 0.3% 0.84% -
XYZ 38.9 34.83 68.96 -
YUV 162.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 166 150 215 0.23 0.30 0 0.16 254.77 0.45 0.72
Hex A6 96 D7 17 1E 0 10 FF 2D 48
Octal 246 226 327 27 36 0 20 377 55 110
Binary 10100110 10010110 11010111 10111 11110 0 10000 11111111 101101 1001000

Color Harmonies of #A696D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696D7

Black with #A696D7

Text Example


Text Example

White with #A696D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696D7; }

 p { color: rgb(166,150,215); }

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

background-color css

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

 a { background-color: rgb(166,150,215); }

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

border-color css

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

 span { border-color: rgb(166,150,215); }

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