Html Css Color HEX #A696D5 Biloba Flower

📋 copy color: '#A696D5'

red 166 ◦ green 150 ◦ blue 213

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

Shades of Biloba Flower #A696D5

Tints of Biloba Flower #A696D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.26%

R = 31.38%
G = 28.36%
B = 40.26%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A696D5 (or 0xA696D5) is known color: Biloba Flower. HEX triplet: A6, 96 and D5. RGB value is (166,150,213). Sum of RGB (Red+Green+Blue) = 166+150+213=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #A696D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696D5 is #59692A. Grayscale: #A1A1A1. Windows color (decimal): -5859627 or 13997734. OLE color: 13997734.

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

Color convert

RGB 166 150 213 -
CMYK 0.22 0.30 0 0.16
HSL 255.24º 0.43% 0.71% -
HSV(B) 255.24º 0.3% 0.84% -
XYZ 38.64 34.72 67.62 -
YUV 161.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 166 150 213 0.22 0.30 0 0.16 255.24 0.43 0.71
Hex A6 96 D5 16 1E 0 10 FF 2B 47
Octal 246 226 325 26 36 0 20 377 53 107
Binary 10100110 10010110 11010101 10110 11110 0 10000 11111111 101011 1000111

Color Harmonies of #A696D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A696D5

Black with #A696D5

Text Example


Text Example

White with #A696D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A696D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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